Shades of Cavern Pink #DDBDBD
Tints of Cavern Pink #DDBDBD
RGB
CMYK
RGB Variations
Color information
#DDBDBD (or 0xDDBDBD) is known color: Cavern Pink. HEX triplet: DD, BD and BD. RGB value is (221,189,189). Sum of RGB (Red+Green+Blue) = 221+189+189=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDBD is #224242. Grayscale: #C6C6C6. Windows color (decimal): -2245187 or 12434909. OLE color: 12434909.
HSL color Cylindrical-coordinate representation of color #DDBDBD: hue angle of 0º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDBD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 189 | - |
CMYK | 0 | 0.14 | 0.14 | 0.13 |
HSL | 0º | 0.32% | 0.8% | - |
HSV(B) | 0º | 0.14% | 0.87% | - |
XYZ | 57.2 | 55.44 | 55.83 | - |
YUV | 198.57 | 122.6 | 144 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 189 | 0 | 0.14 | 0.14 | 0.13 | 0 | 0.32 | 0.8 |
Hex | DD | BD | BD | 0 | E | E | D | 0 | 20 | 50 |
Octal | 335 | 275 | 275 | 0 | 16 | 16 | 15 | 0 | 40 | 120 |
Binary | 11011101 | 10111101 | 10111101 | 0 | 1110 | 1110 | 1101 | 0 | 100000 | 1010000 |
Color Harmonies of #DDBDBD
Complementary color
Monochromatic Colors of #DDBDBD
Black with #DDBDBD
Text Example
Text Example
White with #DDBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDBD; }
p { color: rgb(221,189,189); }
H1.HeaderClassName
{
color: #DDBDBD;
}
.AnyTagClassName
{
color: #DDBDBD;
}
</style>
background-color css
<style>
a { background-color: #DDBDBD; }
a { background-color: rgb(221,189,189); }
div.DivClassName
{
background-color: #DDBDBD;
}
.BgClassName
{
background-color: #DDBDBD;
}
</style>
border-color css
<style>
span { border-color: #DDBDBD; }
span { border-color: rgb(221,189,189); }
td.TdClassName
{
border-color: #DDBDBD;
}
.TagClassName
{
border-color: #DDBDBD;
}
</style>