Shades of Oyster Pink #D2B3AF
Tints of Oyster Pink #D2B3AF
RGB
CMYK
RGB Variations
Color information
#D2B3AF (or 0xD2B3AF) is known color: Oyster Pink. HEX triplet: D2, B3 and AF. RGB value is (210,179,175). Sum of RGB (Red+Green+Blue) = 210+179+175=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B3AF is #2D4C50. Grayscale: #BBBBBB. Windows color (decimal): -2968657 or 11514834. OLE color: 11514834.
HSL color Cylindrical-coordinate representation of color #D2B3AF: hue angle of 6.86º 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 #D2B3AF is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 175 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.18 |
| HSL | 6.86º | 0.28% | 0.75% | - |
| HSV(B) | 6.86º | 0.17% | 0.82% | - |
| XYZ | 50.44 | 49.04 | 47.36 | - |
| YUV | 187.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 175 | 0 | 0.15 | 0.17 | 0.18 | 6.86 | 0.28 | 0.75 |
| Hex | D2 | B3 | AF | 0 | F | 11 | 12 | 7 | 1C | 4B |
| Octal | 322 | 263 | 257 | 0 | 17 | 21 | 22 | 7 | 34 | 113 |
| Binary | 11010010 | 10110011 | 10101111 | 0 | 1111 | 10001 | 10010 | 111 | 11100 | 1001011 |
Color Harmonies of #D2B3AF
Complementary color
Monochromatic Colors of #D2B3AF
Black with #D2B3AF
Text Example
Text Example
White with #D2B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3AF; }
p { color: rgb(210,179,175); }
H1.HeaderClassName
{
color: #D2B3AF;
}
.AnyTagClassName
{
color: #D2B3AF;
}
</style>
background-color css
<style>
a { background-color: #D2B3AF; }
a { background-color: rgb(210,179,175); }
div.DivClassName
{
background-color: #D2B3AF;
}
.BgClassName
{
background-color: #D2B3AF;
}
</style>
border-color css
<style>
span { border-color: #D2B3AF; }
span { border-color: rgb(210,179,175); }
td.TdClassName
{
border-color: #D2B3AF;
}
.TagClassName
{
border-color: #D2B3AF;
}
</style>