Shades of Cavern Pink #DBBEB8
Tints of Cavern Pink #DBBEB8
RGB
CMYK
RGB Variations
Color information
#DBBEB8 (or 0xDBBEB8) is known color: Cavern Pink. HEX triplet: DB, BE and B8. RGB value is (219,190,184). Sum of RGB (Red+Green+Blue) = 219+190+184=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEB8 is #244147. Grayscale: #C6C6C6. Windows color (decimal): -2376008 or 12107483. OLE color: 12107483.
HSL color Cylindrical-coordinate representation of color #DBBEB8: hue angle of 10.29º degrees, saturation: 0.33, 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 #DBBEB8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 184 | - |
CMYK | 0 | 0.13 | 0.16 | 0.14 |
HSL | 10.29º | 0.33% | 0.79% | - |
HSV(B) | 10.29º | 0.16% | 0.86% | - |
XYZ | 56.28 | 55.35 | 53.06 | - |
YUV | 197.99 | 120.11 | 142.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 184 | 0 | 0.13 | 0.16 | 0.14 | 10.29 | 0.33 | 0.79 |
Hex | DB | BE | B8 | 0 | D | 10 | E | A | 21 | 4F |
Octal | 333 | 276 | 270 | 0 | 15 | 20 | 16 | 12 | 41 | 117 |
Binary | 11011011 | 10111110 | 10111000 | 0 | 1101 | 10000 | 1110 | 1010 | 100001 | 1001111 |
Color Harmonies of #DBBEB8
Complementary color
Monochromatic Colors of #DBBEB8
Black with #DBBEB8
Text Example
Text Example
White with #DBBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEB8; }
p { color: rgb(219,190,184); }
H1.HeaderClassName
{
color: #DBBEB8;
}
.AnyTagClassName
{
color: #DBBEB8;
}
</style>
background-color css
<style>
a { background-color: #DBBEB8; }
a { background-color: rgb(219,190,184); }
div.DivClassName
{
background-color: #DBBEB8;
}
.BgClassName
{
background-color: #DBBEB8;
}
</style>
border-color css
<style>
span { border-color: #DBBEB8; }
span { border-color: rgb(219,190,184); }
td.TdClassName
{
border-color: #DBBEB8;
}
.TagClassName
{
border-color: #DBBEB8;
}
</style>