Shades of Cavern Pink #DBB5AE
Tints of Cavern Pink #DBB5AE
RGB
CMYK
RGB Variations
Color information
#DBB5AE (or 0xDBB5AE) is known color: Cavern Pink. HEX triplet: DB, B5 and AE. RGB value is (219,181,174). Sum of RGB (Red+Green+Blue) = 219+181+174=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5AE is #244A51. Grayscale: #BFBFBF. Windows color (decimal): -2378322 or 11449819. OLE color: 11449819.
HSL color Cylindrical-coordinate representation of color #DBB5AE: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBB5AE is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 181 | 174 | - |
CMYK | 0 | 0.17 | 0.21 | 0.14 |
HSL | 9.33º | 0.38% | 0.77% | - |
HSV(B) | 9.33º | 0.21% | 0.86% | - |
XYZ | 53.38 | 51.16 | 47.11 | - |
YUV | 191.56 | 118.09 | 147.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 174 | 0 | 0.17 | 0.21 | 0.14 | 9.33 | 0.38 | 0.77 |
Hex | DB | B5 | AE | 0 | 11 | 15 | E | 9 | 26 | 4D |
Octal | 333 | 265 | 256 | 0 | 21 | 25 | 16 | 11 | 46 | 115 |
Binary | 11011011 | 10110101 | 10101110 | 0 | 10001 | 10101 | 1110 | 1001 | 100110 | 1001101 |
Color Harmonies of #DBB5AE
Complementary color
Monochromatic Colors of #DBB5AE
Black with #DBB5AE
Text Example
Text Example
White with #DBB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5AE; }
p { color: rgb(219,181,174); }
H1.HeaderClassName
{
color: #DBB5AE;
}
.AnyTagClassName
{
color: #DBB5AE;
}
</style>
background-color css
<style>
a { background-color: #DBB5AE; }
a { background-color: rgb(219,181,174); }
div.DivClassName
{
background-color: #DBB5AE;
}
.BgClassName
{
background-color: #DBB5AE;
}
</style>
border-color css
<style>
span { border-color: #DBB5AE; }
span { border-color: rgb(219,181,174); }
td.TdClassName
{
border-color: #DBB5AE;
}
.TagClassName
{
border-color: #DBB5AE;
}
</style>