Color Hex Logo

#debbc1 Color Hex

#DEBBC1
(222,187,193)
0 Favorites   0 Comments

Color spaces of #debbc1

RGB 222187193
HSL0.970.350.80
HSV350°16°87°
CMYK 0.000.160.13   0.13
XYZ57.520254.920558.0212
Yxy54.92050.33740.3222
Hunter Lab74.10848.85555.4563
CIE-Lab78.995513.46251.6395

#debbc1 color RGB value is (222,187,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 11000001
Octal 336 273 301
Decimal 222 187 193
Hex DE BB C1

RGB Percentages of Color #debbc1

%36.88
%31.06
%32.06

CMYK Percentages of Color #debbc1

%0
%16
%13
%13

Triadic Colors of #debbc1

#debbc1 #c1debb #bbc1de

Analogous Colors of #debbc1

#debbc1 #dec7bb #debbd3

Monochromatic Colors of #debbc1

#debbc1

Complementary Color

#debbc1 #bbded8

#debbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbc1 Color CSS Codes

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

#debbc1 Text Font Color

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

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


#debbc1 Background Color

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

This div background color is #debbc1


#debbc1 Border Color

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

This div border color is #debbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbc1


Comments

No comments written yet.

Please login to write comment.