Color Hex Logo

#deb1d5 Color Hex

#DEB1D5
(222,177,213)
0 Favorites   0 Comments

Color spaces of #deb1d5

RGB 222177213
HSL0.870.410.78
HSV312°20°87°
CMYK 0.000.200.04   0.13
XYZ57.856651.778069.8956
Yxy51.77800.32230.2884
Hunter Lab71.956917.5974-7.2217
CIE-Lab77.147922.2489-11.9283

#deb1d5 color RGB value is (222,177,213).

#deb1d5 hex color red value is 222, green value is 177 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #deb1d5 hue: 0.87 , saturation: 0.41 and the lightness value of deb1d5 is 0.78.

The process color (four color CMYK) of #deb1d5 color hex is 0.00, 0.20, 0.04, 0.13. Web safe color of #deb1d5 is #cc99cc. Color #deb1d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 11010101
Octal 336 261 325
Decimal 222 177 213
Hex DE B1 D5

RGB Percentages of Color #deb1d5

%36.27
%28.92
%34.80

CMYK Percentages of Color #deb1d5

%0
%20
%4
%13

Triadic Colors of #deb1d5

#deb1d5 #d5deb1 #b1d5de

Analogous Colors of #deb1d5

#deb1d5 #deb1bf #d1b1de

Monochromatic Colors of #deb1d5

#deb1d5

Complementary Color

#deb1d5 #b1deba

#deb1d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb1d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb1d5 Color CSS Codes

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

#deb1d5 Text Font Color

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

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


#deb1d5 Background Color

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

This div background color is #deb1d5


#deb1d5 Border Color

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

This div border color is #deb1d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb1d5


Comments

No comments written yet.

Please login to write comment.