Shades of Cavern Pink #DBB5B4
Tints of Cavern Pink #DBB5B4
RGB
CMYK
RGB Variations
Color information
#DBB5B4 (or 0xDBB5B4) is known color: Cavern Pink. HEX triplet: DB, B5 and B4. RGB value is (219,181,180). Sum of RGB (Red+Green+Blue) = 219+181+180=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5B4 is #244A4B. Grayscale: #C0C0C0. Windows color (decimal): -2378316 or 11843035. OLE color: 11843035.
HSL color Cylindrical-coordinate representation of color #DBB5B4: hue angle of 1.54º 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 #DBB5B4 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 181 | 180 | - |
CMYK | 0 | 0.17 | 0.18 | 0.14 |
HSL | 1.54º | 0.35% | 0.78% | - |
HSV(B) | 1.54º | 0.18% | 0.86% | - |
XYZ | 53.98 | 51.4 | 50.26 | - |
YUV | 192.25 | 121.09 | 147.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 181 | 180 | 0 | 0.17 | 0.18 | 0.14 | 1.54 | 0.35 | 0.78 |
Hex | DB | B5 | B4 | 0 | 11 | 12 | E | 2 | 23 | 4E |
Octal | 333 | 265 | 264 | 0 | 21 | 22 | 16 | 2 | 43 | 116 |
Binary | 11011011 | 10110101 | 10110100 | 0 | 10001 | 10010 | 1110 | 10 | 100011 | 1001110 |
Color Harmonies of #DBB5B4
Complementary color
Monochromatic Colors of #DBB5B4
Black with #DBB5B4
Text Example
Text Example
White with #DBB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB5B4; }
p { color: rgb(219,181,180); }
H1.HeaderClassName
{
color: #DBB5B4;
}
.AnyTagClassName
{
color: #DBB5B4;
}
</style>
background-color css
<style>
a { background-color: #DBB5B4; }
a { background-color: rgb(219,181,180); }
div.DivClassName
{
background-color: #DBB5B4;
}
.BgClassName
{
background-color: #DBB5B4;
}
</style>
border-color css
<style>
span { border-color: #DBB5B4; }
span { border-color: rgb(219,181,180); }
td.TdClassName
{
border-color: #DBB5B4;
}
.TagClassName
{
border-color: #DBB5B4;
}
</style>