Shades of Oyster Pink #DDABAA
Tints of Oyster Pink #DDABAA
RGB
CMYK
RGB Variations
Color information
#DDABAA (or 0xDDABAA) is known color: Oyster Pink. HEX triplet: DD, AB and AA. RGB value is (221,171,170). Sum of RGB (Red+Green+Blue) = 221+171+170=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABAA is #225455. Grayscale: #B9B9B9. Windows color (decimal): -2249814 or 11185117. OLE color: 11185117.
HSL color Cylindrical-coordinate representation of color #DDABAA: hue angle of 1.18º degrees, saturation: 0.43, 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 #DDABAA is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 170 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.13 |
| HSL | 1.18º | 0.43% | 0.77% | - |
| HSV(B) | 1.18º | 0.23% | 0.87% | - |
| XYZ | 51.64 | 47.4 | 44.46 | - |
| YUV | 185.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 170 | 0 | 0.23 | 0.23 | 0.13 | 1.18 | 0.43 | 0.77 |
| Hex | DD | AB | AA | 0 | 17 | 17 | D | 1 | 2B | 4D |
| Octal | 335 | 253 | 252 | 0 | 27 | 27 | 15 | 1 | 53 | 115 |
| Binary | 11011101 | 10101011 | 10101010 | 0 | 10111 | 10111 | 1101 | 1 | 101011 | 1001101 |
Color Harmonies of #DDABAA
Complementary color
Monochromatic Colors of #DDABAA
Black with #DDABAA
Text Example
Text Example
White with #DDABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABAA; }
p { color: rgb(221,171,170); }
H1.HeaderClassName
{
color: #DDABAA;
}
.AnyTagClassName
{
color: #DDABAA;
}
</style>
background-color css
<style>
a { background-color: #DDABAA; }
a { background-color: rgb(221,171,170); }
div.DivClassName
{
background-color: #DDABAA;
}
.BgClassName
{
background-color: #DDABAA;
}
</style>
border-color css
<style>
span { border-color: #DDABAA; }
span { border-color: rgb(221,171,170); }
td.TdClassName
{
border-color: #DDABAA;
}
.TagClassName
{
border-color: #DDABAA;
}
</style>