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