Color Hex Logo

#ddcced Color Hex

#DDCCED
(221,204,237)
0 Favorites   0 Comments

Color spaces of #ddcced

RGB 221204237
HSL0.750.480.86
HSV271°14°93°
CMYK 0.070.140.00   0.07
XYZ66.697764.672389.0884
Yxy64.67230.30250.2934
Hunter Lab80.41917.3103-9.3882
CIE-Lab84.314611.9278-14.1050

#ddcced color RGB value is (221,204,237).

#ddcced hex color red value is 221, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddcced hue: 0.75 , saturation: 0.48 and the lightness value of ddcced is 0.86.

The process color (four color CMYK) of #ddcced color hex is 0.07, 0.14, 0.00, 0.07. Web safe color of #ddcced is #ccccff. Color #ddcced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11101101
Octal 335 314 355
Decimal 221 204 237
Hex DD CC ED

RGB Percentages of Color #ddcced

%33.38
%30.82
%35.80

CMYK Percentages of Color #ddcced

%7
%14
%0
%7

Triadic Colors of #ddcced

#ddcced #edddcc #cceddd

Analogous Colors of #ddcced

#ddcced #edcced #cdcced

Monochromatic Colors of #ddcced

#ddcced

Complementary Color

#ddcced #dcedcc

#ddcced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcced Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcced Color CSS Codes

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

#ddcced Text Font Color

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

This sample text font color is #ddcced
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.


#ddcced Background Color

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

This div background color is #ddcced


#ddcced Border Color

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

This div border color is #ddcced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcced


Comments

No comments written yet.

Please login to write comment.