Shades of Cavern Pink #DDB9B5
Tints of Cavern Pink #DDB9B5
RGB
CMYK
RGB Variations
Color information
#DDB9B5 (or 0xDDB9B5) is known color: Cavern Pink. HEX triplet: DD, B9 and B5. RGB value is (221,185,181). Sum of RGB (Red+Green+Blue) = 221+185+181=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9B5 is #22464A. Grayscale: #C3C3C3. Windows color (decimal): -2246219 or 11909597. OLE color: 11909597.
HSL color Cylindrical-coordinate representation of color #DDB9B5: hue angle of 6º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB9B5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 185 | 181 | - |
CMYK | 0 | 0.16 | 0.18 | 0.13 |
HSL | 6º | 0.37% | 0.79% | - |
HSV(B) | 6º | 0.18% | 0.87% | - |
XYZ | 55.51 | 53.41 | 51.1 | - |
YUV | 195.31 | 119.93 | 146.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 185 | 181 | 0 | 0.16 | 0.18 | 0.13 | 6 | 0.37 | 0.79 |
Hex | DD | B9 | B5 | 0 | 10 | 12 | D | 6 | 25 | 4F |
Octal | 335 | 271 | 265 | 0 | 20 | 22 | 15 | 6 | 45 | 117 |
Binary | 11011101 | 10111001 | 10110101 | 0 | 10000 | 10010 | 1101 | 110 | 100101 | 1001111 |
Color Harmonies of #DDB9B5
Complementary color
Monochromatic Colors of #DDB9B5
Black with #DDB9B5
Text Example
Text Example
White with #DDB9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9B5; }
p { color: rgb(221,185,181); }
H1.HeaderClassName
{
color: #DDB9B5;
}
.AnyTagClassName
{
color: #DDB9B5;
}
</style>
background-color css
<style>
a { background-color: #DDB9B5; }
a { background-color: rgb(221,185,181); }
div.DivClassName
{
background-color: #DDB9B5;
}
.BgClassName
{
background-color: #DDB9B5;
}
</style>
border-color css
<style>
span { border-color: #DDB9B5; }
span { border-color: rgb(221,185,181); }
td.TdClassName
{
border-color: #DDB9B5;
}
.TagClassName
{
border-color: #DDB9B5;
}
</style>