Shades of Oyster Pink #D2B5AF
Tints of Oyster Pink #D2B5AF
RGB
CMYK
RGB Variations
Color information
#D2B5AF (or 0xD2B5AF) is known color: Oyster Pink. HEX triplet: D2, B5 and AF. RGB value is (210,181,175). Sum of RGB (Red+Green+Blue) = 210+181+175=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B5AF is #2D4A50. Grayscale: #BDBDBD. Windows color (decimal): -2968145 or 11515346. OLE color: 11515346.
HSL color Cylindrical-coordinate representation of color #D2B5AF: hue angle of 10.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2B5AF is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 175 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.18 |
| HSL | 10.29º | 0.28% | 0.75% | - |
| HSV(B) | 10.29º | 0.17% | 0.82% | - |
| XYZ | 50.84 | 49.84 | 47.5 | - |
| YUV | 188.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 175 | 0 | 0.14 | 0.17 | 0.18 | 10.29 | 0.28 | 0.75 |
| Hex | D2 | B5 | AF | 0 | E | 11 | 12 | A | 1C | 4B |
| Octal | 322 | 265 | 257 | 0 | 16 | 21 | 22 | 12 | 34 | 113 |
| Binary | 11010010 | 10110101 | 10101111 | 0 | 1110 | 10001 | 10010 | 1010 | 11100 | 1001011 |
Color Harmonies of #D2B5AF
Complementary color
Monochromatic Colors of #D2B5AF
Black with #D2B5AF
Text Example
Text Example
White with #D2B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5AF; }
p { color: rgb(210,181,175); }
H1.HeaderClassName
{
color: #D2B5AF;
}
.AnyTagClassName
{
color: #D2B5AF;
}
</style>
background-color css
<style>
a { background-color: #D2B5AF; }
a { background-color: rgb(210,181,175); }
div.DivClassName
{
background-color: #D2B5AF;
}
.BgClassName
{
background-color: #D2B5AF;
}
</style>
border-color css
<style>
span { border-color: #D2B5AF; }
span { border-color: rgb(210,181,175); }
td.TdClassName
{
border-color: #D2B5AF;
}
.TagClassName
{
border-color: #D2B5AF;
}
</style>