Shades of Cavern Pink #DDB3AB
Tints of Cavern Pink #DDB3AB
RGB
CMYK
RGB Variations
Color information
#DDB3AB (or 0xDDB3AB) is known color: Cavern Pink. HEX triplet: DD, B3 and AB. RGB value is (221,179,171). Sum of RGB (Red+Green+Blue) = 221+179+171=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AB is #224C54. Grayscale: #BEBEBE. Windows color (decimal): -2247765 or 11252701. OLE color: 11252701.
HSL color Cylindrical-coordinate representation of color #DDB3AB: hue angle of 9.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB3AB is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 179 | 171 | - |
CMYK | 0 | 0.19 | 0.23 | 0.13 |
HSL | 9.6º | 0.42% | 0.77% | - |
HSV(B) | 9.6º | 0.23% | 0.87% | - |
XYZ | 53.29 | 50.55 | 45.48 | - |
YUV | 190.65 | 116.91 | 149.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 179 | 171 | 0 | 0.19 | 0.23 | 0.13 | 9.6 | 0.42 | 0.77 |
Hex | DD | B3 | AB | 0 | 13 | 17 | D | A | 2A | 4D |
Octal | 335 | 263 | 253 | 0 | 23 | 27 | 15 | 12 | 52 | 115 |
Binary | 11011101 | 10110011 | 10101011 | 0 | 10011 | 10111 | 1101 | 1010 | 101010 | 1001101 |
Color Harmonies of #DDB3AB
Complementary color
Monochromatic Colors of #DDB3AB
Black with #DDB3AB
Text Example
Text Example
White with #DDB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3AB; }
p { color: rgb(221,179,171); }
H1.HeaderClassName
{
color: #DDB3AB;
}
.AnyTagClassName
{
color: #DDB3AB;
}
</style>
background-color css
<style>
a { background-color: #DDB3AB; }
a { background-color: rgb(221,179,171); }
div.DivClassName
{
background-color: #DDB3AB;
}
.BgClassName
{
background-color: #DDB3AB;
}
</style>
border-color css
<style>
span { border-color: #DDB3AB; }
span { border-color: rgb(221,179,171); }
td.TdClassName
{
border-color: #DDB3AB;
}
.TagClassName
{
border-color: #DDB3AB;
}
</style>