Color Hex Logo

#debdc6 Color Hex

#DEBDC6
(222,189,198)
0 Favorites   0 Comments

Color spaces of #debdc6

RGB 222189198
HSL0.950.330.81
HSV344°15°87°
CMYK 0.000.150.11   0.13
XYZ58.514856.002061.1515
Yxy56.00200.33310.3188
Hunter Lab74.83458.61293.9349
CIE-Lab79.615013.2159-0.1574

#debdc6 color RGB value is (222,189,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 11000110
Octal 336 275 306
Decimal 222 189 198
Hex DE BD C6

RGB Percentages of Color #debdc6

%36.45
%31.03
%32.51

CMYK Percentages of Color #debdc6

%0
%15
%11
%13

Triadic Colors of #debdc6

#debdc6 #c6debd #bdc6de

Analogous Colors of #debdc6

#debdc6 #dec5bd #debdd7

Monochromatic Colors of #debdc6

#debdc6

Complementary Color

#debdc6 #bdded5

#debdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debdc6 Color CSS Codes

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

#debdc6 Text Font Color

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

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


#debdc6 Background Color

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

This div background color is #debdc6


#debdc6 Border Color

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

This div border color is #debdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debdc6


Comments

No comments written yet.

Please login to write comment.