Shades of Cavern Pink #DDBAAF
Tints of Cavern Pink #DDBAAF
RGB
CMYK
RGB Variations
Color information
#DDBAAF (or 0xDDBAAF) is known color: Cavern Pink. HEX triplet: DD, BA and AF. RGB value is (221,186,175). Sum of RGB (Red+Green+Blue) = 221+186+175=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAAF is #224550. Grayscale: #C3C3C3. Windows color (decimal): -2245969 or 11516637. OLE color: 11516637.
HSL color Cylindrical-coordinate representation of color #DDBAAF: hue angle of 14.35º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBAAF is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 175 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.13 |
| HSL | 14.35º | 0.4% | 0.78% | - |
| HSV(B) | 14.35º | 0.21% | 0.87% | - |
| XYZ | 55.12 | 53.59 | 48 | - |
| YUV | 195.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 175 | 0 | 0.16 | 0.21 | 0.13 | 14.35 | 0.4 | 0.78 |
| Hex | DD | BA | AF | 0 | 10 | 15 | D | E | 28 | 4E |
| Octal | 335 | 272 | 257 | 0 | 20 | 25 | 15 | 16 | 50 | 116 |
| Binary | 11011101 | 10111010 | 10101111 | 0 | 10000 | 10101 | 1101 | 1110 | 101000 | 1001110 |
Color Harmonies of #DDBAAF
Complementary color
Monochromatic Colors of #DDBAAF
Black with #DDBAAF
Text Example
Text Example
White with #DDBAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAAF; }
p { color: rgb(221,186,175); }
H1.HeaderClassName
{
color: #DDBAAF;
}
.AnyTagClassName
{
color: #DDBAAF;
}
</style>
background-color css
<style>
a { background-color: #DDBAAF; }
a { background-color: rgb(221,186,175); }
div.DivClassName
{
background-color: #DDBAAF;
}
.BgClassName
{
background-color: #DDBAAF;
}
</style>
border-color css
<style>
span { border-color: #DDBAAF; }
span { border-color: rgb(221,186,175); }
td.TdClassName
{
border-color: #DDBAAF;
}
.TagClassName
{
border-color: #DDBAAF;
}
</style>