Shades of Cavern Pink #DBB5AF
Tints of Cavern Pink #DBB5AF
RGB
CMYK
RGB Variations
Color information
#DBB5AF (or 0xDBB5AF) is known color: Cavern Pink. HEX triplet: DB, B5 and AF. RGB value is (219,181,175). Sum of RGB (Red+Green+Blue) = 219+181+175=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5AF is #244A50. Grayscale: #BFBFBF. Windows color (decimal): -2378321 or 11515355. OLE color: 11515355.
HSL color Cylindrical-coordinate representation of color #DBB5AF: hue angle of 8.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB5AF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 181 | 175 | - |
CMYK | 0 | 0.17 | 0.20 | 0.14 |
HSL | 8.18º | 0.38% | 0.77% | - |
HSV(B) | 8.18º | 0.2% | 0.86% | - |
XYZ | 53.48 | 51.2 | 47.62 | - |
YUV | 191.68 | 118.59 | 147.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 175 | 0 | 0.17 | 0.20 | 0.14 | 8.18 | 0.38 | 0.77 |
Hex | DB | B5 | AF | 0 | 11 | 14 | E | 8 | 26 | 4D |
Octal | 333 | 265 | 257 | 0 | 21 | 24 | 16 | 10 | 46 | 115 |
Binary | 11011011 | 10110101 | 10101111 | 0 | 10001 | 10100 | 1110 | 1000 | 100110 | 1001101 |
Color Harmonies of #DBB5AF
Complementary color
Monochromatic Colors of #DBB5AF
Black with #DBB5AF
Text Example
Text Example
White with #DBB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5AF; }
p { color: rgb(219,181,175); }
H1.HeaderClassName
{
color: #DBB5AF;
}
.AnyTagClassName
{
color: #DBB5AF;
}
</style>
background-color css
<style>
a { background-color: #DBB5AF; }
a { background-color: rgb(219,181,175); }
div.DivClassName
{
background-color: #DBB5AF;
}
.BgClassName
{
background-color: #DBB5AF;
}
</style>
border-color css
<style>
span { border-color: #DBB5AF; }
span { border-color: rgb(219,181,175); }
td.TdClassName
{
border-color: #DBB5AF;
}
.TagClassName
{
border-color: #DBB5AF;
}
</style>