#DEB5AC

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

Shades of Cavern Pink #DEB5AC

Tints of Cavern Pink #DEB5AC

Color information

#DEB5AC (or 0xDEB5AC) is unknown color: approx Cavern Pink. HEX triplet: DE, B5 and AC. RGB value is (222,181,172). Sum of RGB (Red+Green+Blue) = 222+181+172=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AC is #214A53. Grayscale: #C0C0C0. Windows color (decimal): -2181716 or 11318750. OLE color: 11318750.

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

Color convert

RGB222181172-
CMYK00.180.230.13
HSL10.8º43.1%77.25%-
HSV(B)10.8º22.52%87.06%-
XYZ54.0951.5646.13-
YUV192.23116.58149.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 181 (71.09% from 255) = 31.48%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=38.61%
G=31.48%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218117200.180.230.1310.843.177.25
HexDEB5AC01217Db2b4d
Octal33626525402227151353115
Binary11011110101101011010110001001010111110110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5AC; }

 p { color: rgb(222,181,172); }

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

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

 a { background-color: rgb(222,181,172); }

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

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

 span { border-color: rgb(222,181,172); }

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