#DEB7AD

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

Shades of Cavern Pink #DEB7AD

Tints of Cavern Pink #DEB7AD

Color information

#DEB7AD (or 0xDEB7AD) is unknown color: approx Cavern Pink. HEX triplet: DE, B7 and AD. RGB value is (222,183,173). Sum of RGB (Red+Green+Blue) = 222+183+173=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB7AD is #214852. Grayscale: #C1C1C1. Windows color (decimal): -2181203 or 11384798. OLE color: 11384798.

HSL color Cylindrical-coordinate representation of color #DEB7AD: hue angle of 12.24º 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 #DEB7AD is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222183173-
CMYK00.180.220.13
HSL12.24º42.61%77.45%-
HSV(B)12.24º22.07%87.06%-
XYZ54.652.4146.77-
YUV193.52116.42148.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=38.41%
G=31.66%
B=29.93%

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
Decimal22218317300.180.220.1312.2442.6177.45
HexDEB7AD01216Dc2b4d
Octal33626725502226151453115
Binary11011110101101111010110101001010110110111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7AD; }

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

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

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

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

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

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

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

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