Shades of Cavern Pink #DDB1AD
Tints of Cavern Pink #DDB1AD
RGB
CMYK
RGB Variations
Color information
#DDB1AD (or 0xDDB1AD) is known color: Cavern Pink. HEX triplet: DD, B1 and AD. RGB value is (221,177,173). Sum of RGB (Red+Green+Blue) = 221+177+173=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB1AD is #224E52. Grayscale: #BDBDBD. Windows color (decimal): -2248275 or 11383261. OLE color: 11383261.
HSL color Cylindrical-coordinate representation of color #DDB1AD: hue angle of 5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB1AD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 173 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.13 |
| HSL | 5º | 0.41% | 0.77% | - |
| HSV(B) | 5º | 0.22% | 0.87% | - |
| XYZ | 53.08 | 49.83 | 46.36 | - |
| YUV | 189.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 173 | 0 | 0.20 | 0.22 | 0.13 | 5 | 0.41 | 0.77 |
| Hex | DD | B1 | AD | 0 | 14 | 16 | D | 5 | 29 | 4D |
| Octal | 335 | 261 | 255 | 0 | 24 | 26 | 15 | 5 | 51 | 115 |
| Binary | 11011101 | 10110001 | 10101101 | 0 | 10100 | 10110 | 1101 | 101 | 101001 | 1001101 |
Color Harmonies of #DDB1AD
Complementary color
Monochromatic Colors of #DDB1AD
Black with #DDB1AD
Text Example
Text Example
White with #DDB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1AD; }
p { color: rgb(221,177,173); }
H1.HeaderClassName
{
color: #DDB1AD;
}
.AnyTagClassName
{
color: #DDB1AD;
}
</style>
background-color css
<style>
a { background-color: #DDB1AD; }
a { background-color: rgb(221,177,173); }
div.DivClassName
{
background-color: #DDB1AD;
}
.BgClassName
{
background-color: #DDB1AD;
}
</style>
border-color css
<style>
span { border-color: #DDB1AD; }
span { border-color: rgb(221,177,173); }
td.TdClassName
{
border-color: #DDB1AD;
}
.TagClassName
{
border-color: #DDB1AD;
}
</style>