#DEB7AE

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

Shades of Cavern Pink #DEB7AE

Tints of Cavern Pink #DEB7AE

Color information

#DEB7AE (or 0xDEB7AE) is unknown color: approx Cavern Pink. HEX triplet: DE, B7 and AE. RGB value is (222,183,174). Sum of RGB (Red+Green+Blue) = 222+183+174=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB7AE is #214851. Grayscale: #C1C1C1. Windows color (decimal): -2181202 or 11450334. OLE color: 11450334.

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

Color convert

RGB222183174-
CMYK00.180.220.13
HSL11.25º42.11%77.65%-
HSV(B)11.25º21.62%87.06%-
XYZ54.752.4547.29-
YUV193.64116.92148.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 183 (71.88% from 255) = 31.61%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=38.34%
G=31.61%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218317400.180.220.1311.2542.1177.65
HexDEB7AE01216Db2a4e
Octal33626725602226151352116
Binary11011110101101111010111001001010110110110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7AE; }

 p { color: rgb(222,183,174); }

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

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

 a { background-color: rgb(222,183,174); }

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

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

 span { border-color: rgb(222,183,174); }

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