Shades of Cavern Pink #DDBDB3
Tints of Cavern Pink #DDBDB3
RGB
CMYK
RGB Variations
Color information
#DDBDB3 (or 0xDDBDB3) is known color: Cavern Pink. HEX triplet: DD, BD and B3. RGB value is (221,189,179). Sum of RGB (Red+Green+Blue) = 221+189+179=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDB3 is #22424C. Grayscale: #C5C5C5. Windows color (decimal): -2245197 or 11779549. OLE color: 11779549.
HSL color Cylindrical-coordinate representation of color #DDBDB3: hue angle of 14.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBDB3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 179 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.13 |
| HSL | 14.29º | 0.38% | 0.78% | - |
| HSV(B) | 14.29º | 0.19% | 0.87% | - |
| XYZ | 56.15 | 55.02 | 50.31 | - |
| YUV | 197.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 179 | 0 | 0.14 | 0.19 | 0.13 | 14.29 | 0.38 | 0.78 |
| Hex | DD | BD | B3 | 0 | E | 13 | D | E | 26 | 4E |
| Octal | 335 | 275 | 263 | 0 | 16 | 23 | 15 | 16 | 46 | 116 |
| Binary | 11011101 | 10111101 | 10110011 | 0 | 1110 | 10011 | 1101 | 1110 | 100110 | 1001110 |
Color Harmonies of #DDBDB3
Complementary color
Monochromatic Colors of #DDBDB3
Black with #DDBDB3
Text Example
Text Example
White with #DDBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDB3; }
p { color: rgb(221,189,179); }
H1.HeaderClassName
{
color: #DDBDB3;
}
.AnyTagClassName
{
color: #DDBDB3;
}
</style>
background-color css
<style>
a { background-color: #DDBDB3; }
a { background-color: rgb(221,189,179); }
div.DivClassName
{
background-color: #DDBDB3;
}
.BgClassName
{
background-color: #DDBDB3;
}
</style>
border-color css
<style>
span { border-color: #DDBDB3; }
span { border-color: rgb(221,189,179); }
td.TdClassName
{
border-color: #DDBDB3;
}
.TagClassName
{
border-color: #DDBDB3;
}
</style>