#DEB5AA

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

Shades of Cavern Pink #DEB5AA

Tints of Cavern Pink #DEB5AA

Color information

#DEB5AA (or 0xDEB5AA) is unknown color: approx Cavern Pink. HEX triplet: DE, B5 and AA. RGB value is (222,181,170). Sum of RGB (Red+Green+Blue) = 222+181+170=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB5AA is #214A55. Grayscale: #C0C0C0. Windows color (decimal): -2181718 or 11187678. OLE color: 11187678.

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

Color convert

RGB222181170-
CMYK00.180.230.13
HSL12.69º44.07%76.86%-
HSV(B)12.69º23.42%87.06%-
XYZ53.951.4845.13-
YUV192115.58149.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=38.74%
G=31.59%
B=29.67%

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
Decimal22218117000.180.230.1312.6944.0776.86
HexDEB5AA01217Dd2c4d
Octal33626525202227151554115
Binary11011110101101011010101001001010111110111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB5AA; }

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

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

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

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

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

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

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

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