Color Hex Logo

#debbd6 Color Hex

#DEBBD6
(222,187,214)
0 Favorites   0 Comments

Color spaces of #debbd6

RGB 222187214
HSL0.870.350.80
HSV314°16°87°
CMYK 0.000.160.04   0.13
XYZ60.032155.925371.2490
Yxy55.92530.32070.2987
Hunter Lab74.783212.4199-4.1397
CIE-Lab79.571317.0493-8.8565

#debbd6 color RGB value is (222,187,214).

#debbd6 hex color red value is 222, green value is 187 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #debbd6 hue: 0.87 , saturation: 0.35 and the lightness value of debbd6 is 0.80.

The process color (four color CMYK) of #debbd6 color hex is 0.00, 0.16, 0.04, 0.13. Web safe color of #debbd6 is #cccccc. Color #debbd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 11010110
Octal 336 273 326
Decimal 222 187 214
Hex DE BB D6

RGB Percentages of Color #debbd6

%35.63
%30.02
%34.35

CMYK Percentages of Color #debbd6

%0
%16
%4
%13

Triadic Colors of #debbd6

#debbd6 #d6debb #bbd6de

Analogous Colors of #debbd6

#debbd6 #debbc5 #d5bbde

Monochromatic Colors of #debbd6

#debbd6

Complementary Color

#debbd6 #bbdec3

#debbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbd6 Color CSS Codes

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

#debbd6 Text Font Color

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

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


#debbd6 Background Color

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

This div background color is #debbd6


#debbd6 Border Color

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

This div border color is #debbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbd6


Comments

No comments written yet.

Please login to write comment.