#DEB7B5

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

Shades of Cavern Pink #DEB7B5

Tints of Cavern Pink #DEB7B5

Color information

#DEB7B5 (or 0xDEB7B5) is unknown color: approx Cavern Pink. HEX triplet: DE, B7 and B5. RGB value is (222,183,181). Sum of RGB (Red+Green+Blue) = 222+183+181=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 183 (71.88% from 255 or 31.23% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB7B5 is #21484A. Grayscale: #C2C2C2. Windows color (decimal): -2181195 or 11909086. OLE color: 11909086.

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

Color convert

RGB222183181-
CMYK00.180.180.13
HSL2.93º38.32%79.02%-
HSV(B)2.93º18.47%87.06%-
XYZ55.452.7350.97-
YUV194.43120.42147.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 183 (71.88% from 255) = 31.23%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=37.88%
G=31.23%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218318100.180.180.132.9338.3279.02
HexDEB7B501212D3264f
Octal3362672650222215346117
Binary110111101011011110110101010010100101101111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB7B5; }

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

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

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

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

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

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

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

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