Shades of Cavern Pink #DDBAB9
Tints of Cavern Pink #DDBAB9
RGB
CMYK
RGB Variations
Color information
#DDBAB9 (or 0xDDBAB9) is known color: Cavern Pink. HEX triplet: DD, BA and B9. RGB value is (221,186,185). Sum of RGB (Red+Green+Blue) = 221+186+185=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB9 is #224546. Grayscale: #C4C4C4. Windows color (decimal): -2245959 or 12171997. OLE color: 12171997.
HSL color Cylindrical-coordinate representation of color #DDBAB9: hue angle of 1.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBAB9 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 185 | - |
CMYK | 0 | 0.16 | 0.16 | 0.13 |
HSL | 1.67º | 0.35% | 0.8% | - |
HSV(B) | 1.67º | 0.16% | 0.87% | - |
XYZ | 56.13 | 53.99 | 53.36 | - |
YUV | 196.35 | 121.6 | 145.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 185 | 0 | 0.16 | 0.16 | 0.13 | 1.67 | 0.35 | 0.8 |
Hex | DD | BA | B9 | 0 | 10 | 10 | D | 2 | 23 | 50 |
Octal | 335 | 272 | 271 | 0 | 20 | 20 | 15 | 2 | 43 | 120 |
Binary | 11011101 | 10111010 | 10111001 | 0 | 10000 | 10000 | 1101 | 10 | 100011 | 1010000 |
Color Harmonies of #DDBAB9
Complementary color
Monochromatic Colors of #DDBAB9
Black with #DDBAB9
Text Example
Text Example
White with #DDBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAB9; }
p { color: rgb(221,186,185); }
H1.HeaderClassName
{
color: #DDBAB9;
}
.AnyTagClassName
{
color: #DDBAB9;
}
</style>
background-color css
<style>
a { background-color: #DDBAB9; }
a { background-color: rgb(221,186,185); }
div.DivClassName
{
background-color: #DDBAB9;
}
.BgClassName
{
background-color: #DDBAB9;
}
</style>
border-color css
<style>
span { border-color: #DDBAB9; }
span { border-color: rgb(221,186,185); }
td.TdClassName
{
border-color: #DDBAB9;
}
.TagClassName
{
border-color: #DDBAB9;
}
</style>