Color Hex Logo

#dfbbce Color Hex

#DFBBCE
(223,187,206)
0 Favorites   0 Comments

Color spaces of #dfbbce

RGB 223187206
HSL0.910.360.80
HSV328°16°87°
CMYK 0.000.160.08   0.13
XYZ59.342355.684966.0131
Yxy55.68490.32780.3076
Hunter Lab74.622311.3604-0.2141
CIE-Lab79.434115.9909-4.7310

#dfbbce color RGB value is (223,187,206).

#dfbbce hex color red value is 223, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dfbbce hue: 0.91 , saturation: 0.36 and the lightness value of dfbbce is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11001110
Octal 337 273 316
Decimal 223 187 206
Hex DF BB CE

RGB Percentages of Color #dfbbce

%36.20
%30.36
%33.44

CMYK Percentages of Color #dfbbce

%0
%16
%8
%13

Triadic Colors of #dfbbce

#dfbbce #cedfbb #bbcedf

Analogous Colors of #dfbbce

#dfbbce #dfbbbc #debbdf

Monochromatic Colors of #dfbbce

#dfbbce

Complementary Color

#dfbbce #bbdfcc

#dfbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbce Color CSS Codes

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

#dfbbce Text Font Color

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

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


#dfbbce Background Color

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

This div background color is #dfbbce


#dfbbce Border Color

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

This div border color is #dfbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbce


Comments

No comments written yet.

Please login to write comment.