Shades of Cavern Pink #DDBAB7
Tints of Cavern Pink #DDBAB7
RGB
CMYK
RGB Variations
Color information
#DDBAB7 (or 0xDDBAB7) is known color: Cavern Pink. HEX triplet: DD, BA and B7. RGB value is (221,186,183). Sum of RGB (Red+Green+Blue) = 221+186+183=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB7 is #224548. Grayscale: #C4C4C4. Windows color (decimal): -2245961 or 12040925. OLE color: 12040925.
HSL color Cylindrical-coordinate representation of color #DDBAB7: hue angle of 4.74º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBAB7 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 186 | 183 | - |
CMYK | 0 | 0.16 | 0.17 | 0.13 |
HSL | 4.74º | 0.36% | 0.79% | - |
HSV(B) | 4.74º | 0.17% | 0.87% | - |
XYZ | 55.92 | 53.91 | 52.26 | - |
YUV | 196.12 | 120.6 | 145.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 186 | 183 | 0 | 0.16 | 0.17 | 0.13 | 4.74 | 0.36 | 0.79 |
Hex | DD | BA | B7 | 0 | 10 | 11 | D | 5 | 24 | 4F |
Octal | 335 | 272 | 267 | 0 | 20 | 21 | 15 | 5 | 44 | 117 |
Binary | 11011101 | 10111010 | 10110111 | 0 | 10000 | 10001 | 1101 | 101 | 100100 | 1001111 |
Color Harmonies of #DDBAB7
Complementary color
Monochromatic Colors of #DDBAB7
Black with #DDBAB7
Text Example
Text Example
White with #DDBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAB7; }
p { color: rgb(221,186,183); }
H1.HeaderClassName
{
color: #DDBAB7;
}
.AnyTagClassName
{
color: #DDBAB7;
}
</style>
background-color css
<style>
a { background-color: #DDBAB7; }
a { background-color: rgb(221,186,183); }
div.DivClassName
{
background-color: #DDBAB7;
}
.BgClassName
{
background-color: #DDBAB7;
}
</style>
border-color css
<style>
span { border-color: #DDBAB7; }
span { border-color: rgb(221,186,183); }
td.TdClassName
{
border-color: #DDBAB7;
}
.TagClassName
{
border-color: #DDBAB7;
}
</style>