Color Hex Logo

#dfcbdd Color Hex

#DFCBDD
(223,203,221)
0 Favorites   0 Comments

Color spaces of #dfcbdd

RGB 223203221
HSL0.850.240.84
HSV306°87°
CMYK 0.000.090.01   0.13
XYZ64.838563.620377.2692
Yxy63.62030.31520.3092
Hunter Lab79.76235.5179-1.6031
CIE-Lab83.767710.1177-6.3801

#dfcbdd color RGB value is (223,203,221).

#dfcbdd hex color red value is 223, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfcbdd hue: 0.85 , saturation: 0.24 and the lightness value of dfcbdd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 11011101
Octal 337 313 335
Decimal 223 203 221
Hex DF CB DD

RGB Percentages of Color #dfcbdd

%34.47
%31.38
%34.16

CMYK Percentages of Color #dfcbdd

%0
%9
%1
%13

Triadic Colors of #dfcbdd

#dfcbdd #dddfcb #cbdddf

Analogous Colors of #dfcbdd

#dfcbdd #dfcbd3 #d7cbdf

Monochromatic Colors of #dfcbdd

#dfcbdd

Complementary Color

#dfcbdd #cbdfcd

#dfcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbdd Color CSS Codes

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

#dfcbdd Text Font Color

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

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


#dfcbdd Background Color

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

This div background color is #dfcbdd


#dfcbdd Border Color

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

This div border color is #dfcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbdd


Comments

No comments written yet.

Please login to write comment.