Color Hex Logo

#dfcbbe Color Hex

#DFCBBE
(223,203,190)
0 Favorites   0 Comments

Color spaces of #dfcbbe

RGB 223203190
HSL0.070.340.81
HSV24°15°87°
CMYK 0.000.090.15   0.13
XYZ61.081662.117657.4857
Yxy62.11760.33810.3438
Hunter Lab78.81470.412211.9255
CIE-Lab82.97594.85979.0028

#dfcbbe color RGB value is (223,203,190).

#dfcbbe hex color red value is 223, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfcbbe hue: 0.07 , saturation: 0.34 and the lightness value of dfcbbe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10111110
Octal 337 313 276
Decimal 223 203 190
Hex DF CB BE

RGB Percentages of Color #dfcbbe

%36.20
%32.95
%30.84

CMYK Percentages of Color #dfcbbe

%0
%9
%15
%13

Triadic Colors of #dfcbbe

#dfcbbe #bedfcb #cbbedf

Analogous Colors of #dfcbbe

#dfcbbe #dfdcbe #dfbec2

Monochromatic Colors of #dfcbbe

#dfcbbe

Complementary Color

#dfcbbe #bed2df

#dfcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbbe Color CSS Codes

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

#dfcbbe Text Font Color

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

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


#dfcbbe Background Color

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

This div background color is #dfcbbe


#dfcbbe Border Color

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

This div border color is #dfcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbbe


Comments

No comments written yet.

Please login to write comment.