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