Shades of Oyster Pink #DAAAAA
Tints of Oyster Pink #DAAAAA
RGB
CMYK
RGB Variations
Color information
#DAAAAA (or 0xDAAAAA) is known color: Oyster Pink. HEX triplet: DA, AA and AA. RGB value is (218,170,170). Sum of RGB (Red+Green+Blue) = 218+170+170=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAAA is #255555. Grayscale: #B8B8B8. Windows color (decimal): -2446678 or 11184858. OLE color: 11184858.
HSL color Cylindrical-coordinate representation of color #DAAAAA: hue angle of 0º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAAA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 170 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.15 |
| HSL | 0º | 0.39% | 0.76% | - |
| HSV(B) | 0º | 0.22% | 0.85% | - |
| XYZ | 50.54 | 46.56 | 44.35 | - |
| YUV | 184.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 170 | 0 | 0.22 | 0.22 | 0.15 | 0 | 0.39 | 0.76 |
| Hex | DA | AA | AA | 0 | 16 | 16 | F | 0 | 27 | 4C |
| Octal | 332 | 252 | 252 | 0 | 26 | 26 | 17 | 0 | 47 | 114 |
| Binary | 11011010 | 10101010 | 10101010 | 0 | 10110 | 10110 | 1111 | 0 | 100111 | 1001100 |
Color Harmonies of #DAAAAA
Complementary color
Monochromatic Colors of #DAAAAA
Black with #DAAAAA
Text Example
Text Example
White with #DAAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAAA; }
p { color: rgb(218,170,170); }
H1.HeaderClassName
{
color: #DAAAAA;
}
.AnyTagClassName
{
color: #DAAAAA;
}
</style>
background-color css
<style>
a { background-color: #DAAAAA; }
a { background-color: rgb(218,170,170); }
div.DivClassName
{
background-color: #DAAAAA;
}
.BgClassName
{
background-color: #DAAAAA;
}
</style>
border-color css
<style>
span { border-color: #DAAAAA; }
span { border-color: rgb(218,170,170); }
td.TdClassName
{
border-color: #DAAAAA;
}
.TagClassName
{
border-color: #DAAAAA;
}
</style>