Shades of Cavern Pink #DDBBBB
Tints of Cavern Pink #DDBBBB
RGB
CMYK
RGB Variations
Color information
#DDBBBB (or 0xDDBBBB) is known color: Cavern Pink. HEX triplet: DD, BB and BB. RGB value is (221,187,187). Sum of RGB (Red+Green+Blue) = 221+187+187=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBB is #224444. Grayscale: #C5C5C5. Windows color (decimal): -2245701 or 12303325. OLE color: 12303325.
HSL color Cylindrical-coordinate representation of color #DDBBBB: hue angle of 0º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBBB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 187 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.13 |
| HSL | 0º | 0.33% | 0.8% | - |
| HSV(B) | 0º | 0.15% | 0.87% | - |
| XYZ | 56.56 | 54.5 | 54.55 | - |
| YUV | 197.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 187 | 0 | 0.15 | 0.15 | 0.13 | 0 | 0.33 | 0.8 |
| Hex | DD | BB | BB | 0 | F | F | D | 0 | 21 | 50 |
| Octal | 335 | 273 | 273 | 0 | 17 | 17 | 15 | 0 | 41 | 120 |
| Binary | 11011101 | 10111011 | 10111011 | 0 | 1111 | 1111 | 1101 | 0 | 100001 | 1010000 |
Color Harmonies of #DDBBBB
Complementary color
Monochromatic Colors of #DDBBBB
Black with #DDBBBB
Text Example
Text Example
White with #DDBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBBB; }
p { color: rgb(221,187,187); }
H1.HeaderClassName
{
color: #DDBBBB;
}
.AnyTagClassName
{
color: #DDBBBB;
}
</style>
background-color css
<style>
a { background-color: #DDBBBB; }
a { background-color: rgb(221,187,187); }
div.DivClassName
{
background-color: #DDBBBB;
}
.BgClassName
{
background-color: #DDBBBB;
}
</style>
border-color css
<style>
span { border-color: #DDBBBB; }
span { border-color: rgb(221,187,187); }
td.TdClassName
{
border-color: #DDBBBB;
}
.TagClassName
{
border-color: #DDBBBB;
}
</style>