Shades of Cavern Pink #DBBAB4
Tints of Cavern Pink #DBBAB4
RGB
CMYK
RGB Variations
Color information
#DBBAB4 (or 0xDBBAB4) is known color: Cavern Pink. HEX triplet: DB, BA and B4. RGB value is (219,186,180). Sum of RGB (Red+Green+Blue) = 219+186+180=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAB4 is #24454B. Grayscale: #C3C3C3. Windows color (decimal): -2377036 or 11844315. OLE color: 11844315.
HSL color Cylindrical-coordinate representation of color #DBBAB4: hue angle of 9.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBBAB4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 180 | - |
CMYK | 0 | 0.15 | 0.18 | 0.14 |
HSL | 9.23º | 0.35% | 0.78% | - |
HSV(B) | 9.23º | 0.18% | 0.86% | - |
XYZ | 55.01 | 53.47 | 50.6 | - |
YUV | 195.18 | 119.43 | 144.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 180 | 0 | 0.15 | 0.18 | 0.14 | 9.23 | 0.35 | 0.78 |
Hex | DB | BA | B4 | 0 | F | 12 | E | 9 | 23 | 4E |
Octal | 333 | 272 | 264 | 0 | 17 | 22 | 16 | 11 | 43 | 116 |
Binary | 11011011 | 10111010 | 10110100 | 0 | 1111 | 10010 | 1110 | 1001 | 100011 | 1001110 |
Color Harmonies of #DBBAB4
Complementary color
Monochromatic Colors of #DBBAB4
Black with #DBBAB4
Text Example
Text Example
White with #DBBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAB4; }
p { color: rgb(219,186,180); }
H1.HeaderClassName
{
color: #DBBAB4;
}
.AnyTagClassName
{
color: #DBBAB4;
}
</style>
background-color css
<style>
a { background-color: #DBBAB4; }
a { background-color: rgb(219,186,180); }
div.DivClassName
{
background-color: #DBBAB4;
}
.BgClassName
{
background-color: #DBBAB4;
}
</style>
border-color css
<style>
span { border-color: #DBBAB4; }
span { border-color: rgb(219,186,180); }
td.TdClassName
{
border-color: #DBBAB4;
}
.TagClassName
{
border-color: #DBBAB4;
}
</style>