Shades of Oyster Pink #D2B2AC
Tints of Oyster Pink #D2B2AC
RGB
CMYK
RGB Variations
Color information
#D2B2AC (or 0xD2B2AC) is known color: Oyster Pink. HEX triplet: D2, B2 and AC. RGB value is (210,178,172). Sum of RGB (Red+Green+Blue) = 210+178+172=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B2AC is #2D4D53. Grayscale: #BABABA. Windows color (decimal): -2968916 or 11317970. OLE color: 11317970.
HSL color Cylindrical-coordinate representation of color #D2B2AC: hue angle of 9.47º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2B2AC is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 172 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.18 |
| HSL | 9.47º | 0.3% | 0.75% | - |
| HSV(B) | 9.47º | 0.18% | 0.82% | - |
| XYZ | 49.95 | 48.52 | 45.76 | - |
| YUV | 186.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 172 | 0 | 0.15 | 0.18 | 0.18 | 9.47 | 0.3 | 0.75 |
| Hex | D2 | B2 | AC | 0 | F | 12 | 12 | 9 | 1E | 4B |
| Octal | 322 | 262 | 254 | 0 | 17 | 22 | 22 | 11 | 36 | 113 |
| Binary | 11010010 | 10110010 | 10101100 | 0 | 1111 | 10010 | 10010 | 1001 | 11110 | 1001011 |
Color Harmonies of #D2B2AC
Complementary color
Monochromatic Colors of #D2B2AC
Black with #D2B2AC
Text Example
Text Example
White with #D2B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2AC; }
p { color: rgb(210,178,172); }
H1.HeaderClassName
{
color: #D2B2AC;
}
.AnyTagClassName
{
color: #D2B2AC;
}
</style>
background-color css
<style>
a { background-color: #D2B2AC; }
a { background-color: rgb(210,178,172); }
div.DivClassName
{
background-color: #D2B2AC;
}
.BgClassName
{
background-color: #D2B2AC;
}
</style>
border-color css
<style>
span { border-color: #D2B2AC; }
span { border-color: rgb(210,178,172); }
td.TdClassName
{
border-color: #D2B2AC;
}
.TagClassName
{
border-color: #D2B2AC;
}
</style>