Shades of Cavern Pink #DDBBBA
Tints of Cavern Pink #DDBBBA
RGB
CMYK
RGB Variations
Color information
#DDBBBA (or 0xDDBBBA) is known color: Cavern Pink. HEX triplet: DD, BB and BA. RGB value is (221,187,186). Sum of RGB (Red+Green+Blue) = 221+187+186=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBA is #224445. Grayscale: #C5C5C5. Windows color (decimal): -2245702 or 12237789. OLE color: 12237789.
HSL color Cylindrical-coordinate representation of color #DDBBBA: hue angle of 1.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBBBA is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 186 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.13 |
| HSL | 1.71º | 0.34% | 0.8% | - |
| HSV(B) | 1.71º | 0.16% | 0.87% | - |
| XYZ | 56.45 | 54.46 | 53.99 | - |
| YUV | 197.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 186 | 0 | 0.15 | 0.16 | 0.13 | 1.71 | 0.34 | 0.8 |
| Hex | DD | BB | BA | 0 | F | 10 | D | 2 | 22 | 50 |
| Octal | 335 | 273 | 272 | 0 | 17 | 20 | 15 | 2 | 42 | 120 |
| Binary | 11011101 | 10111011 | 10111010 | 0 | 1111 | 10000 | 1101 | 10 | 100010 | 1010000 |
Color Harmonies of #DDBBBA
Complementary color
Monochromatic Colors of #DDBBBA
Black with #DDBBBA
Text Example
Text Example
White with #DDBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBBA; }
p { color: rgb(221,187,186); }
H1.HeaderClassName
{
color: #DDBBBA;
}
.AnyTagClassName
{
color: #DDBBBA;
}
</style>
background-color css
<style>
a { background-color: #DDBBBA; }
a { background-color: rgb(221,187,186); }
div.DivClassName
{
background-color: #DDBBBA;
}
.BgClassName
{
background-color: #DDBBBA;
}
</style>
border-color css
<style>
span { border-color: #DDBBBA; }
span { border-color: rgb(221,187,186); }
td.TdClassName
{
border-color: #DDBBBA;
}
.TagClassName
{
border-color: #DDBBBA;
}
</style>