#DEB4AA

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

Shades of Cavern Pink #DEB4AA

Tints of Cavern Pink #DEB4AA

Color information

#DEB4AA (or 0xDEB4AA) is unknown color: approx Cavern Pink. HEX triplet: DE, B4 and AA. RGB value is (222,180,170). Sum of RGB (Red+Green+Blue) = 222+180+170=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB4AA is #214B55. Grayscale: #BFBFBF. Windows color (decimal): -2181974 or 11187422. OLE color: 11187422.

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

Color convert

RGB222180170-
CMYK00.190.230.13
HSL11.54º44.07%76.86%-
HSV(B)11.54º23.42%87.06%-
XYZ53.751.0745.06-
YUV191.42115.91149.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=38.81%
G=31.47%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218017000.190.230.1311.5444.0776.86
HexDEB4AA01317Dc2c4d
Octal33626425202327151454115
Binary11011110101101001010101001001110111110111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB4AA; }

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

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

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

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

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

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

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

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