#DBBEB9

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

Shades of Cavern Pink #DBBEB9

Tints of Cavern Pink #DBBEB9

Color information

#DBBEB9 (or 0xDBBEB9) is unknown color: approx Cavern Pink. HEX triplet: DB, BE and B9. RGB value is (219,190,185). Sum of RGB (Red+Green+Blue) = 219+190+185=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEB9 is #244146. Grayscale: #C6C6C6. Windows color (decimal): -2376007 or 12173019. OLE color: 12173019.

HSL color Cylindrical-coordinate representation of color #DBBEB9: hue angle of 8.82º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBBEB9 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219190185-
CMYK00.130.160.14
HSL8.82º32.08%79.22%-
HSV(B)8.82º15.53%85.88%-
XYZ56.3855.3953.62-
YUV198.1120.61142.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=36.87%
G=31.99%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919018500.130.160.148.8232.0879.22
HexDBBEB90D10E9204f
Octal33327627101520161140117
Binary1101101110111110101110010110110000111010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEB9; }

 p { color: rgb(219,190,185); }

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

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

 a { background-color: rgb(219,190,185); }

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

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

 span { border-color: rgb(219,190,185); }

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