Shades of Cavern Pink #DDB4AA
Tints of Cavern Pink #DDB4AA
RGB
CMYK
RGB Variations
Color information
#DDB4AA (or 0xDDB4AA) is known color: Cavern Pink. HEX triplet: DD, B4 and AA. RGB value is (221,180,170). Sum of RGB (Red+Green+Blue) = 221+180+170=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4AA is #224B55. Grayscale: #BFBFBF. Windows color (decimal): -2247510 or 11187421. OLE color: 11187421.
HSL color Cylindrical-coordinate representation of color #DDB4AA: hue angle of 11.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB4AA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 170 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.13 |
| HSL | 11.76º | 0.43% | 0.77% | - |
| HSV(B) | 11.76º | 0.23% | 0.87% | - |
| XYZ | 53.4 | 50.92 | 45.04 | - |
| YUV | 191.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 170 | 0 | 0.19 | 0.23 | 0.13 | 11.76 | 0.43 | 0.77 |
| Hex | DD | B4 | AA | 0 | 13 | 17 | D | C | 2B | 4D |
| Octal | 335 | 264 | 252 | 0 | 23 | 27 | 15 | 14 | 53 | 115 |
| Binary | 11011101 | 10110100 | 10101010 | 0 | 10011 | 10111 | 1101 | 1100 | 101011 | 1001101 |
Color Harmonies of #DDB4AA
Complementary color
Monochromatic Colors of #DDB4AA
Black with #DDB4AA
Text Example
Text Example
White with #DDB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4AA; }
p { color: rgb(221,180,170); }
H1.HeaderClassName
{
color: #DDB4AA;
}
.AnyTagClassName
{
color: #DDB4AA;
}
</style>
background-color css
<style>
a { background-color: #DDB4AA; }
a { background-color: rgb(221,180,170); }
div.DivClassName
{
background-color: #DDB4AA;
}
.BgClassName
{
background-color: #DDB4AA;
}
</style>
border-color css
<style>
span { border-color: #DDB4AA; }
span { border-color: rgb(221,180,170); }
td.TdClassName
{
border-color: #DDB4AA;
}
.TagClassName
{
border-color: #DDB4AA;
}
</style>