Shades of Cavern Pink #DDB9B3
Tints of Cavern Pink #DDB9B3
RGB
CMYK
RGB Variations
Color information
#DDB9B3 (or 0xDDB9B3) is known color: Cavern Pink. HEX triplet: DD, B9 and B3. RGB value is (221,185,179). Sum of RGB (Red+Green+Blue) = 221+185+179=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9B3 is #22464C. Grayscale: #C3C3C3. Windows color (decimal): -2246221 or 11778525. OLE color: 11778525.
HSL color Cylindrical-coordinate representation of color #DDB9B3: hue angle of 8.57º 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 #DDB9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 179 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.13 |
| HSL | 8.57º | 0.38% | 0.78% | - |
| HSV(B) | 8.57º | 0.19% | 0.87% | - |
| XYZ | 55.3 | 53.32 | 50.03 | - |
| YUV | 195.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 179 | 0 | 0.16 | 0.19 | 0.13 | 8.57 | 0.38 | 0.78 |
| Hex | DD | B9 | B3 | 0 | 10 | 13 | D | 9 | 26 | 4E |
| Octal | 335 | 271 | 263 | 0 | 20 | 23 | 15 | 11 | 46 | 116 |
| Binary | 11011101 | 10111001 | 10110011 | 0 | 10000 | 10011 | 1101 | 1001 | 100110 | 1001110 |
Color Harmonies of #DDB9B3
Complementary color
Monochromatic Colors of #DDB9B3
Black with #DDB9B3
Text Example
Text Example
White with #DDB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9B3; }
p { color: rgb(221,185,179); }
H1.HeaderClassName
{
color: #DDB9B3;
}
.AnyTagClassName
{
color: #DDB9B3;
}
</style>
background-color css
<style>
a { background-color: #DDB9B3; }
a { background-color: rgb(221,185,179); }
div.DivClassName
{
background-color: #DDB9B3;
}
.BgClassName
{
background-color: #DDB9B3;
}
</style>
border-color css
<style>
span { border-color: #DDB9B3; }
span { border-color: rgb(221,185,179); }
td.TdClassName
{
border-color: #DDB9B3;
}
.TagClassName
{
border-color: #DDB9B3;
}
</style>