#DEB1AD

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

Shades of Cavern Pink #DEB1AD

Tints of Cavern Pink #DEB1AD

Color information

#DEB1AD (or 0xDEB1AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B1 and AD. RGB value is (222,177,173). Sum of RGB (Red+Green+Blue) = 222+177+173=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB1AD is #214E52. Grayscale: #BEBEBE. Windows color (decimal): -2182739 or 11383262. OLE color: 11383262.

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

Color convert

RGB222177173-
CMYK00.200.220.13
HSL4.9º42.61%77.45%-
HSV(B)4.9º22.07%87.06%-
XYZ53.3949.9946.37-
YUV190118.41150.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=38.81%
G=30.94%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217717300.200.220.134.942.6177.45
HexDEB1AD01416D52b4d
Octal3362612550242615553115
Binary1101111010110001101011010101001011011011011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB1AD; }

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

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

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

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

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

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

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

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