Color Hex Logo

#ddcddc Color Hex

#DDCDDC
(221,205,220)
0 Favorites   0 Comments

Color spaces of #ddcddc

RGB 221205220
HSL0.840.190.84
HSV304°87°
CMYK 0.000.070.00   0.13
XYZ64.568464.202176.6993
Yxy64.20210.31420.3125
Hunter Lab80.12623.6204-0.6659
CIE-Lab84.07098.1988-5.4177

#ddcddc color RGB value is (221,205,220).

#ddcddc hex color red value is 221, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ddcddc hue: 0.84 , saturation: 0.19 and the lightness value of ddcddc is 0.84.

The process color (four color CMYK) of #ddcddc color hex is 0.00, 0.07, 0.00, 0.13. Web safe color of #ddcddc is #cccccc. Color #ddcddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001101 11011100
Octal 335 315 334
Decimal 221 205 220
Hex DD CD DC

RGB Percentages of Color #ddcddc

%34.21
%31.73
%34.06

CMYK Percentages of Color #ddcddc

%0
%7
%0
%13

Triadic Colors of #ddcddc

#ddcddc #dcddcd #cddcdd

Analogous Colors of #ddcddc

#ddcddc #ddcdd4 #d6cddd

Monochromatic Colors of #ddcddc

#ddcddc

Complementary Color

#ddcddc #cdddce

#ddcddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcddc Color CSS Codes

.mybgcolor {background-color:#ddcddc; } 
.myforecolor {color:#ddcddc; }
.mybordercolor {border:3px solid #ddcddc; }

#ddcddc Text Font Color

<p style="color:#ddcddc">Text here</p>

This sample text font color is #ddcddc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcddc Background Color

<div style="background-color:#ddcddc">
Div content here</div>

This div background color is #ddcddc


#ddcddc Border Color

<div style="border:3px solid #ddcddc">
Div here</div>

This div border color is #ddcddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,205,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcddc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcddc;
  box-shadow:         1px 1px 3px 2px #ddcddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,205,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcddc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcddc;
  box-shadow:         1px 1px 3px 2px #ddcddc;">
Div content here</div>

This div box has shadow with color #ddcddc


Comments

No comments written yet.

Please login to write comment.