Color Hex Logo

#debcd9 Color Hex

#DEBCD9
(222,188,217)
0 Favorites   0 Comments

Color spaces of #debcd9

RGB 222188217
HSL0.860.340.80
HSV309°15°87°
CMYK 0.000.150.02   0.13
XYZ60.631856.505873.3567
Yxy56.50580.31830.2966
Hunter Lab75.170312.4286-5.2403
CIE-Lab79.900817.0526-9.9839

#debcd9 color RGB value is (222,188,217).

#debcd9 hex color red value is 222, green value is 188 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #debcd9 hue: 0.86 , saturation: 0.34 and the lightness value of debcd9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 11011001
Octal 336 274 331
Decimal 222 188 217
Hex DE BC D9

RGB Percentages of Color #debcd9

%35.41
%29.98
%34.61

CMYK Percentages of Color #debcd9

%0
%15
%2
%13

Triadic Colors of #debcd9

#debcd9 #d9debc #bcd9de

Analogous Colors of #debcd9

#debcd9 #debcc8 #d2bcde

Monochromatic Colors of #debcd9

#debcd9

Complementary Color

#debcd9 #bcdec1

#debcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debcd9 Color CSS Codes

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

#debcd9 Text Font Color

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

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


#debcd9 Background Color

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

This div background color is #debcd9


#debcd9 Border Color

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

This div border color is #debcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debcd9


Comments

No comments written yet.

Please login to write comment.