Shades of Cavern Pink #DBBEBE
Tints of Cavern Pink #DBBEBE
RGB
CMYK
RGB Variations
Color information
#DBBEBE (or 0xDBBEBE) is known color: Cavern Pink. HEX triplet: DB, BE and BE. RGB value is (219,190,190). Sum of RGB (Red+Green+Blue) = 219+190+190=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEBE is #244141. Grayscale: #C6C6C6. Windows color (decimal): -2376002 or 12500699. OLE color: 12500699.
HSL color Cylindrical-coordinate representation of color #DBBEBE: hue angle of 0º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBEBE is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 190 | - |
CMYK | 0 | 0.13 | 0.13 | 0.14 |
HSL | 0º | 0.29% | 0.8% | - |
HSV(B) | 0º | 0.13% | 0.86% | - |
XYZ | 56.92 | 55.6 | 56.45 | - |
YUV | 198.67 | 123.11 | 142.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 190 | 0 | 0.13 | 0.13 | 0.14 | 0 | 0.29 | 0.8 |
Hex | DB | BE | BE | 0 | D | D | E | 0 | 1D | 50 |
Octal | 333 | 276 | 276 | 0 | 15 | 15 | 16 | 0 | 35 | 120 |
Binary | 11011011 | 10111110 | 10111110 | 0 | 1101 | 1101 | 1110 | 0 | 11101 | 1010000 |
Color Harmonies of #DBBEBE
Complementary color
Monochromatic Colors of #DBBEBE
Black with #DBBEBE
Text Example
Text Example
White with #DBBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEBE; }
p { color: rgb(219,190,190); }
H1.HeaderClassName
{
color: #DBBEBE;
}
.AnyTagClassName
{
color: #DBBEBE;
}
</style>
background-color css
<style>
a { background-color: #DBBEBE; }
a { background-color: rgb(219,190,190); }
div.DivClassName
{
background-color: #DBBEBE;
}
.BgClassName
{
background-color: #DBBEBE;
}
</style>
border-color css
<style>
span { border-color: #DBBEBE; }
span { border-color: rgb(219,190,190); }
td.TdClassName
{
border-color: #DBBEBE;
}
.TagClassName
{
border-color: #DBBEBE;
}
</style>