Shades of Cavern Pink #DDB8AF
Tints of Cavern Pink #DDB8AF
RGB
CMYK
RGB Variations
Color information
#DDB8AF (or 0xDDB8AF) is known color: Cavern Pink. HEX triplet: DD, B8 and AF. RGB value is (221,184,175). Sum of RGB (Red+Green+Blue) = 221+184+175=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB8AF is #224750. Grayscale: #C2C2C2. Windows color (decimal): -2246481 or 11516125. OLE color: 11516125.
HSL color Cylindrical-coordinate representation of color #DDB8AF: hue angle of 11.74º 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 #DDB8AF is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 184 | 175 | - |
CMYK | 0 | 0.17 | 0.21 | 0.13 |
HSL | 11.74º | 0.4% | 0.78% | - |
HSV(B) | 11.74º | 0.21% | 0.87% | - |
XYZ | 54.7 | 52.75 | 47.86 | - |
YUV | 194.04 | 117.26 | 147.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 184 | 175 | 0 | 0.17 | 0.21 | 0.13 | 11.74 | 0.4 | 0.78 |
Hex | DD | B8 | AF | 0 | 11 | 15 | D | C | 28 | 4E |
Octal | 335 | 270 | 257 | 0 | 21 | 25 | 15 | 14 | 50 | 116 |
Binary | 11011101 | 10111000 | 10101111 | 0 | 10001 | 10101 | 1101 | 1100 | 101000 | 1001110 |
Color Harmonies of #DDB8AF
Complementary color
Monochromatic Colors of #DDB8AF
Black with #DDB8AF
Text Example
Text Example
White with #DDB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8AF; }
p { color: rgb(221,184,175); }
H1.HeaderClassName
{
color: #DDB8AF;
}
.AnyTagClassName
{
color: #DDB8AF;
}
</style>
background-color css
<style>
a { background-color: #DDB8AF; }
a { background-color: rgb(221,184,175); }
div.DivClassName
{
background-color: #DDB8AF;
}
.BgClassName
{
background-color: #DDB8AF;
}
</style>
border-color css
<style>
span { border-color: #DDB8AF; }
span { border-color: rgb(221,184,175); }
td.TdClassName
{
border-color: #DDB8AF;
}
.TagClassName
{
border-color: #DDB8AF;
}
</style>