#DEB8B5

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

Shades of Cavern Pink #DEB8B5

Tints of Cavern Pink #DEB8B5

Color information

#DEB8B5 (or 0xDEB8B5) is unknown color: approx Cavern Pink. HEX triplet: DE, B8 and B5. RGB value is (222,184,181). Sum of RGB (Red+Green+Blue) = 222+184+181=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB8B5 is #21474A. Grayscale: #C3C3C3. Windows color (decimal): -2180939 or 11909342. OLE color: 11909342.

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

Color convert

RGB222184181-
CMYK00.170.180.13
HSL4.39º38.32%79.02%-
HSV(B)4.39º18.47%87.06%-
XYZ55.6153.1551.04-
YUV195.02120.09147.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 181 (71.09% from 255) = 30.83%
R=37.82%
G=31.35%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218418100.170.180.134.3938.3279.02
HexDEB8B501112D4264f
Octal3362702650212215446117
Binary1101111010111000101101010100011001011011001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB8B5; }

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

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

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

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

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

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

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

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