Shades of Oyster Pink #D8A8A8
Tints of Oyster Pink #D8A8A8
RGB
CMYK
RGB Variations
Color information
#D8A8A8 (or 0xD8A8A8) is known color: Oyster Pink. HEX triplet: D8, A8 and A8. RGB value is (216,168,168). Sum of RGB (Red+Green+Blue) = 216+168+168=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A8A8 is #275757. Grayscale: #B6B6B6. Windows color (decimal): -2578264 or 11053272. OLE color: 11053272.
HSL color Cylindrical-coordinate representation of color #D8A8A8: hue angle of 0º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A8A8 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 168 | 168 | - |
CMYK | 0 | 0.22 | 0.22 | 0.15 |
HSL | 0º | 0.38% | 0.75% | - |
HSV(B) | 0º | 0.22% | 0.85% | - |
XYZ | 49.39 | 45.43 | 43.21 | - |
YUV | 182.35 | 119.9 | 152 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 168 | 168 | 0 | 0.22 | 0.22 | 0.15 | 0 | 0.38 | 0.75 |
Hex | D8 | A8 | A8 | 0 | 16 | 16 | F | 0 | 26 | 4B |
Octal | 330 | 250 | 250 | 0 | 26 | 26 | 17 | 0 | 46 | 113 |
Binary | 11011000 | 10101000 | 10101000 | 0 | 10110 | 10110 | 1111 | 0 | 100110 | 1001011 |
Color Harmonies of #D8A8A8
Complementary color
Monochromatic Colors of #D8A8A8
Black with #D8A8A8
Text Example
Text Example
White with #D8A8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8A8; }
p { color: rgb(216,168,168); }
H1.HeaderClassName
{
color: #D8A8A8;
}
.AnyTagClassName
{
color: #D8A8A8;
}
</style>
background-color css
<style>
a { background-color: #D8A8A8; }
a { background-color: rgb(216,168,168); }
div.DivClassName
{
background-color: #D8A8A8;
}
.BgClassName
{
background-color: #D8A8A8;
}
</style>
border-color css
<style>
span { border-color: #D8A8A8; }
span { border-color: rgb(216,168,168); }
td.TdClassName
{
border-color: #D8A8A8;
}
.TagClassName
{
border-color: #D8A8A8;
}
</style>