Color Hex Logo

#debbd5 Color Hex

#DEBBD5
(222,187,213)
0 Favorites   0 Comments

Color spaces of #debbd5

RGB 222187213
HSL0.880.350.80
HSV315°16°87°
CMYK 0.000.160.04   0.13
XYZ59.904855.874370.5783
Yxy55.87430.32150.2998
Hunter Lab74.749112.2410-3.6574
CIE-Lab79.542216.8711-8.3601

#debbd5 color RGB value is (222,187,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 11010101
Octal 336 273 325
Decimal 222 187 213
Hex DE BB D5

RGB Percentages of Color #debbd5

%35.69
%30.06
%34.24

CMYK Percentages of Color #debbd5

%0
%16
%4
%13

Triadic Colors of #debbd5

#debbd5 #d5debb #bbd5de

Analogous Colors of #debbd5

#debbd5 #debbc4 #d6bbde

Monochromatic Colors of #debbd5

#debbd5

Complementary Color

#debbd5 #bbdec4

#debbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbd5 Color CSS Codes

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

#debbd5 Text Font Color

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

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


#debbd5 Background Color

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

This div background color is #debbd5


#debbd5 Border Color

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

This div border color is #debbd5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,187,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 #debbd5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbd5


Comments

No comments written yet.

Please login to write comment.