Shades of Cavern Pink #DDBAB2
Tints of Cavern Pink #DDBAB2
RGB
CMYK
RGB Variations
Color information
#DDBAB2 (or 0xDDBAB2) is known color: Cavern Pink. HEX triplet: DD, BA and B2. RGB value is (221,186,178). Sum of RGB (Red+Green+Blue) = 221+186+178=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAB2 is #22454D. Grayscale: #C3C3C3. Windows color (decimal): -2245966 or 11713245. OLE color: 11713245.
HSL color Cylindrical-coordinate representation of color #DDBAB2: hue angle of 11.16º degrees, saturation: 0.39, 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 #DDBAB2 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 178 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.13 |
| HSL | 11.16º | 0.39% | 0.78% | - |
| HSV(B) | 11.16º | 0.19% | 0.87% | - |
| XYZ | 55.41 | 53.7 | 49.56 | - |
| YUV | 195.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 178 | 0 | 0.16 | 0.19 | 0.13 | 11.16 | 0.39 | 0.78 |
| Hex | DD | BA | B2 | 0 | 10 | 13 | D | B | 27 | 4E |
| Octal | 335 | 272 | 262 | 0 | 20 | 23 | 15 | 13 | 47 | 116 |
| Binary | 11011101 | 10111010 | 10110010 | 0 | 10000 | 10011 | 1101 | 1011 | 100111 | 1001110 |
Color Harmonies of #DDBAB2
Complementary color
Monochromatic Colors of #DDBAB2
Black with #DDBAB2
Text Example
Text Example
White with #DDBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAB2; }
p { color: rgb(221,186,178); }
H1.HeaderClassName
{
color: #DDBAB2;
}
.AnyTagClassName
{
color: #DDBAB2;
}
</style>
background-color css
<style>
a { background-color: #DDBAB2; }
a { background-color: rgb(221,186,178); }
div.DivClassName
{
background-color: #DDBAB2;
}
.BgClassName
{
background-color: #DDBAB2;
}
</style>
border-color css
<style>
span { border-color: #DDBAB2; }
span { border-color: rgb(221,186,178); }
td.TdClassName
{
border-color: #DDBAB2;
}
.TagClassName
{
border-color: #DDBAB2;
}
</style>