Color Hex Logo

#deb6cd Color Hex

#DEB6CD
(222,182,205)
0 Favorites   0 Comments

Color spaces of #deb6cd

RGB 222182205
HSL0.900.380.79
HSV326°18°87°
CMYK 0.000.180.08   0.13
XYZ57.871653.393365.0134
Yxy53.39330.32830.3029
Hunter Lab73.070713.4972-1.6027
CIE-Lab78.106618.1531-6.1610

#deb6cd color RGB value is (222,182,205).

#deb6cd hex color red value is 222, green value is 182 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #deb6cd hue: 0.90 , saturation: 0.38 and the lightness value of deb6cd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 11001101
Octal 336 266 315
Decimal 222 182 205
Hex DE B6 CD

RGB Percentages of Color #deb6cd

%36.45
%29.89
%33.66

CMYK Percentages of Color #deb6cd

%0
%18
%8
%13

Triadic Colors of #deb6cd

#deb6cd #cddeb6 #b6cdde

Analogous Colors of #deb6cd

#deb6cd #deb6b9 #dbb6de

Monochromatic Colors of #deb6cd

#deb6cd

Complementary Color

#deb6cd #b6dec7

#deb6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb6cd Color CSS Codes

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

#deb6cd Text Font Color

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

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


#deb6cd Background Color

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

This div background color is #deb6cd


#deb6cd Border Color

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

This div border color is #deb6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb6cd


Comments

No comments written yet.

Please login to write comment.