#DEB9B3

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

Shades of Cavern Pink #DEB9B3

Tints of Cavern Pink #DEB9B3

Color information

#DEB9B3 (or 0xDEB9B3) is unknown color: approx Cavern Pink. HEX triplet: DE, B9 and B3. RGB value is (222,185,179). Sum of RGB (Red+Green+Blue) = 222+185+179=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9B3 is #21464C. Grayscale: #C3C3C3. Windows color (decimal): -2180685 or 11778526. OLE color: 11778526.

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

Color convert

RGB222185179-
CMYK00.170.190.13
HSL8.37º39.45%78.63%-
HSV(B)8.37º19.37%87.06%-
XYZ55.6153.4850.04-
YUV195.38118.76146.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=37.88%
G=31.57%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218517900.170.190.138.3739.4578.63
HexDEB9B301113D8274f
Octal33627126302123151047117
Binary11011110101110011011001101000110011110110001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB9B3; }

 p { color: rgb(222,185,179); }

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

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

 a { background-color: rgb(222,185,179); }

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

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

 span { border-color: rgb(222,185,179); }

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