Shades of Cavern Pink #DDB8B5
Tints of Cavern Pink #DDB8B5
RGB
CMYK
RGB Variations
Color information
#DDB8B5 (or 0xDDB8B5) is known color: Cavern Pink. HEX triplet: DD, B8 and B5. RGB value is (221,184,181). Sum of RGB (Red+Green+Blue) = 221+184+181=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8B5 is #22474A. Grayscale: #C2C2C2. Windows color (decimal): -2246475 or 11909341. OLE color: 11909341.
HSL color Cylindrical-coordinate representation of color #DDB8B5: hue angle of 4.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB8B5 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 181 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.13 |
| HSL | 4.5º | 0.37% | 0.79% | - |
| HSV(B) | 4.5º | 0.18% | 0.87% | - |
| XYZ | 55.3 | 52.99 | 51.03 | - |
| YUV | 194.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 181 | 0 | 0.17 | 0.18 | 0.13 | 4.5 | 0.37 | 0.79 |
| Hex | DD | B8 | B5 | 0 | 11 | 12 | D | 4 | 25 | 4F |
| Octal | 335 | 270 | 265 | 0 | 21 | 22 | 15 | 4 | 45 | 117 |
| Binary | 11011101 | 10111000 | 10110101 | 0 | 10001 | 10010 | 1101 | 100 | 100101 | 1001111 |
Color Harmonies of #DDB8B5
Complementary color
Monochromatic Colors of #DDB8B5
Black with #DDB8B5
Text Example
Text Example
White with #DDB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8B5; }
p { color: rgb(221,184,181); }
H1.HeaderClassName
{
color: #DDB8B5;
}
.AnyTagClassName
{
color: #DDB8B5;
}
</style>
background-color css
<style>
a { background-color: #DDB8B5; }
a { background-color: rgb(221,184,181); }
div.DivClassName
{
background-color: #DDB8B5;
}
.BgClassName
{
background-color: #DDB8B5;
}
</style>
border-color css
<style>
span { border-color: #DDB8B5; }
span { border-color: rgb(221,184,181); }
td.TdClassName
{
border-color: #DDB8B5;
}
.TagClassName
{
border-color: #DDB8B5;
}
</style>