Color Hex Logo

#debfc9 Color Hex

#DEBFC9
(222,191,201)
0 Favorites   0 Comments

Color spaces of #debfc9

RGB 222191201
HSL0.950.320.81
HSV341°14°87°
CMYK 0.000.140.09   0.13
XYZ59.297657.008263.1367
Yxy57.00820.33050.3177
Hunter Lab75.50388.05503.2740
CIE-Lab80.184212.6506-0.9426

#debfc9 color RGB value is (222,191,201).

#debfc9 hex color red value is 222, green value is 191 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #debfc9 hue: 0.95 , saturation: 0.32 and the lightness value of debfc9 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 11001001
Octal 336 277 311
Decimal 222 191 201
Hex DE BF C9

RGB Percentages of Color #debfc9

%36.16
%31.11
%32.74

CMYK Percentages of Color #debfc9

%0
%14
%9
%13

Triadic Colors of #debfc9

#debfc9 #c9debf #bfc9de

Analogous Colors of #debfc9

#debfc9 #dec5bf #debfd9

Monochromatic Colors of #debfc9

#debfc9

Complementary Color

#debfc9 #bfded4

#debfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debfc9 Color CSS Codes

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

#debfc9 Text Font Color

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

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


#debfc9 Background Color

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

This div background color is #debfc9


#debfc9 Border Color

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

This div border color is #debfc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,191,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #debfc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #debfc9;
  -webkit-box-shadow: 1px 1px 3px 2px #debfc9;
  box-shadow:         1px 1px 3px 2px #debfc9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,191,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debfc9


Comments

No comments written yet.

Please login to write comment.