Shades of Oyster Pink #D5ABAA
Tints of Oyster Pink #D5ABAA
RGB
CMYK
RGB Variations
Color information
#D5ABAA (or 0xD5ABAA) is known color: Oyster Pink. HEX triplet: D5, AB and AA. RGB value is (213,171,170). Sum of RGB (Red+Green+Blue) = 213+171+170=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAA is #2A5455. Grayscale: #B7B7B7. Windows color (decimal): -2774102 or 11185109. OLE color: 11185109.
HSL color Cylindrical-coordinate representation of color #D5ABAA: hue angle of 1.4º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABAA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 170 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.16 |
| HSL | 1.4º | 0.34% | 0.75% | - |
| HSV(B) | 1.4º | 0.2% | 0.84% | - |
| XYZ | 49.26 | 46.17 | 44.35 | - |
| YUV | 183.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 170 | 0 | 0.20 | 0.20 | 0.16 | 1.4 | 0.34 | 0.75 |
| Hex | D5 | AB | AA | 0 | 14 | 14 | 10 | 1 | 22 | 4B |
| Octal | 325 | 253 | 252 | 0 | 24 | 24 | 20 | 1 | 42 | 113 |
| Binary | 11010101 | 10101011 | 10101010 | 0 | 10100 | 10100 | 10000 | 1 | 100010 | 1001011 |
Color Harmonies of #D5ABAA
Complementary color
Monochromatic Colors of #D5ABAA
Black with #D5ABAA
Text Example
Text Example
White with #D5ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABAA; }
p { color: rgb(213,171,170); }
H1.HeaderClassName
{
color: #D5ABAA;
}
.AnyTagClassName
{
color: #D5ABAA;
}
</style>
background-color css
<style>
a { background-color: #D5ABAA; }
a { background-color: rgb(213,171,170); }
div.DivClassName
{
background-color: #D5ABAA;
}
.BgClassName
{
background-color: #D5ABAA;
}
</style>
border-color css
<style>
span { border-color: #D5ABAA; }
span { border-color: rgb(213,171,170); }
td.TdClassName
{
border-color: #D5ABAA;
}
.TagClassName
{
border-color: #D5ABAA;
}
</style>