Color Hex Logo

#deb4cc Color Hex

#DEB4CC
(222,180,204)
0 Favorites   0 Comments

Color spaces of #deb4cc

RGB 222180204
HSL0.900.390.79
HSV326°19°87°
CMYK 0.000.190.08   0.13
XYZ57.344552.531764.2440
Yxy52.53170.32930.3017
Hunter Lab72.478814.3897-1.8186
CIE-Lab77.597719.0562-6.3714

#deb4cc color RGB value is (222,180,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 11001100
Octal 336 264 314
Decimal 222 180 204
Hex DE B4 CC

RGB Percentages of Color #deb4cc

%36.63
%29.70
%33.66

CMYK Percentages of Color #deb4cc

%0
%19
%8
%13

Triadic Colors of #deb4cc

#deb4cc #ccdeb4 #b4ccde

Analogous Colors of #deb4cc

#deb4cc #deb4b7 #dbb4de

Monochromatic Colors of #deb4cc

#deb4cc

Complementary Color

#deb4cc #b4dec6

#deb4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb4cc Color CSS Codes

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

#deb4cc Text Font Color

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

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


#deb4cc Background Color

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

This div background color is #deb4cc


#deb4cc Border Color

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

This div border color is #deb4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb4cc


Comments

No comments written yet.

Please login to write comment.