Shades of Cavern Pink #DDB7AF
Tints of Cavern Pink #DDB7AF
RGB
CMYK
RGB Variations
Color information
#DDB7AF (or 0xDDB7AF) is known color: Cavern Pink. HEX triplet: DD, B7 and AF. RGB value is (221,183,175). Sum of RGB (Red+Green+Blue) = 221+183+175=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7AF is #224850. Grayscale: #C1C1C1. Windows color (decimal): -2246737 or 11515869. OLE color: 11515869.
HSL color Cylindrical-coordinate representation of color #DDB7AF: hue angle of 10.43º 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 #DDB7AF is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 175 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.13 |
| HSL | 10.43º | 0.4% | 0.78% | - |
| HSV(B) | 10.43º | 0.21% | 0.87% | - |
| XYZ | 54.49 | 52.33 | 47.79 | - |
| YUV | 193.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 175 | 0 | 0.17 | 0.21 | 0.13 | 10.43 | 0.4 | 0.78 |
| Hex | DD | B7 | AF | 0 | 11 | 15 | D | A | 28 | 4E |
| Octal | 335 | 267 | 257 | 0 | 21 | 25 | 15 | 12 | 50 | 116 |
| Binary | 11011101 | 10110111 | 10101111 | 0 | 10001 | 10101 | 1101 | 1010 | 101000 | 1001110 |
Color Harmonies of #DDB7AF
Complementary color
Monochromatic Colors of #DDB7AF
Black with #DDB7AF
Text Example
Text Example
White with #DDB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7AF; }
p { color: rgb(221,183,175); }
H1.HeaderClassName
{
color: #DDB7AF;
}
.AnyTagClassName
{
color: #DDB7AF;
}
</style>
background-color css
<style>
a { background-color: #DDB7AF; }
a { background-color: rgb(221,183,175); }
div.DivClassName
{
background-color: #DDB7AF;
}
.BgClassName
{
background-color: #DDB7AF;
}
</style>
border-color css
<style>
span { border-color: #DDB7AF; }
span { border-color: rgb(221,183,175); }
td.TdClassName
{
border-color: #DDB7AF;
}
.TagClassName
{
border-color: #DDB7AF;
}
</style>