#DEB1AB

Color #DEB1AB Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DEB1AB

Tints of Cavern Pink #DEB1AB

Color information

#DEB1AB (or 0xDEB1AB) is unknown color: approx Cavern Pink. HEX triplet: DE, B1 and AB. RGB value is (222,177,171). Sum of RGB (Red+Green+Blue) = 222+177+171=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB1AB is #214E54. Grayscale: #BDBDBD. Windows color (decimal): -2182741 or 11252190. OLE color: 11252190.

HSL color Cylindrical-coordinate representation of color #DEB1AB: hue angle of 7.06º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB1AB is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222177171-
CMYK00.200.230.13
HSL7.06º43.59%77.06%-
HSV(B)7.06º22.97%87.06%-
XYZ53.249.9145.36-
YUV189.77117.41150.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 171 (67.19% from 255) = 30%
R=38.95%
G=31.05%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217717100.200.230.137.0643.5977.06
HexDEB1AB01417D72c4d
Octal3362612530242715754115
Binary1101111010110001101010110101001011111011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1AB; }

 p { color: rgb(222,177,171); }

 H1.HeaderClassName
 {
   color: #DEB1AB;
 }
 .AnyTagClassName
 {
   color: #DEB1AB;
 }
</style>
background-color css

<style>
 a { background-color: #DEB1AB; }

 a { background-color: rgb(222,177,171); }

 div.DivClassName
 {
   background-color: #DEB1AB;
 }
 .BgClassName
 {
   background-color: #DEB1AB;
 }
</style>
border-color css

<style>
 span { border-color: #DEB1AB; }

 span { border-color: rgb(222,177,171); }

 td.TdClassName
 {
   border-color: #DEB1AB;
 }
 .TagClassName
 {
   border-color: #DEB1AB;
 }
</style>