Shades of Cavern Pink #DDB0AE
Tints of Cavern Pink #DDB0AE
RGB
CMYK
RGB Variations
Color information
#DDB0AE (or 0xDDB0AE) is known color: Cavern Pink. HEX triplet: DD, B0 and AE. RGB value is (221,176,174). Sum of RGB (Red+Green+Blue) = 221+176+174=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB0AE is #224F51. Grayscale: #BDBDBD. Windows color (decimal): -2248530 or 11448541. OLE color: 11448541.
HSL color Cylindrical-coordinate representation of color #DDB0AE: hue angle of 2.55º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB0AE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 174 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.13 |
| HSL | 2.55º | 0.41% | 0.77% | - |
| HSV(B) | 2.55º | 0.21% | 0.87% | - |
| XYZ | 52.98 | 49.48 | 46.8 | - |
| YUV | 189.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 174 | 0 | 0.20 | 0.21 | 0.13 | 2.55 | 0.41 | 0.77 |
| Hex | DD | B0 | AE | 0 | 14 | 15 | D | 3 | 29 | 4D |
| Octal | 335 | 260 | 256 | 0 | 24 | 25 | 15 | 3 | 51 | 115 |
| Binary | 11011101 | 10110000 | 10101110 | 0 | 10100 | 10101 | 1101 | 11 | 101001 | 1001101 |
Color Harmonies of #DDB0AE
Complementary color
Monochromatic Colors of #DDB0AE
Black with #DDB0AE
Text Example
Text Example
White with #DDB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0AE; }
p { color: rgb(221,176,174); }
H1.HeaderClassName
{
color: #DDB0AE;
}
.AnyTagClassName
{
color: #DDB0AE;
}
</style>
background-color css
<style>
a { background-color: #DDB0AE; }
a { background-color: rgb(221,176,174); }
div.DivClassName
{
background-color: #DDB0AE;
}
.BgClassName
{
background-color: #DDB0AE;
}
</style>
border-color css
<style>
span { border-color: #DDB0AE; }
span { border-color: rgb(221,176,174); }
td.TdClassName
{
border-color: #DDB0AE;
}
.TagClassName
{
border-color: #DDB0AE;
}
</style>