Shades of Oyster Pink #D4AFAC
Tints of Oyster Pink #D4AFAC
RGB
CMYK
RGB Variations
Color information
#D4AFAC (or 0xD4AFAC) is known color: Oyster Pink. HEX triplet: D4, AF and AC. RGB value is (212,175,172). Sum of RGB (Red+Green+Blue) = 212+175+172=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AFAC is #2B5053. Grayscale: #B9B9B9. Windows color (decimal): -2838612 or 11317204. OLE color: 11317204.
HSL color Cylindrical-coordinate representation of color #D4AFAC: hue angle of 4.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4AFAC is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 175 | 172 | - |
CMYK | 0 | 0.17 | 0.19 | 0.17 |
HSL | 4.5º | 0.32% | 0.75% | - |
HSV(B) | 4.5º | 0.19% | 0.83% | - |
XYZ | 49.93 | 47.64 | 45.59 | - |
YUV | 185.72 | 120.26 | 146.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 175 | 172 | 0 | 0.17 | 0.19 | 0.17 | 4.5 | 0.32 | 0.75 |
Hex | D4 | AF | AC | 0 | 11 | 13 | 11 | 4 | 20 | 4B |
Octal | 324 | 257 | 254 | 0 | 21 | 23 | 21 | 4 | 40 | 113 |
Binary | 11010100 | 10101111 | 10101100 | 0 | 10001 | 10011 | 10001 | 100 | 100000 | 1001011 |
Color Harmonies of #D4AFAC
Complementary color
Monochromatic Colors of #D4AFAC
Black with #D4AFAC
Text Example
Text Example
White with #D4AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFAC; }
p { color: rgb(212,175,172); }
H1.HeaderClassName
{
color: #D4AFAC;
}
.AnyTagClassName
{
color: #D4AFAC;
}
</style>
background-color css
<style>
a { background-color: #D4AFAC; }
a { background-color: rgb(212,175,172); }
div.DivClassName
{
background-color: #D4AFAC;
}
.BgClassName
{
background-color: #D4AFAC;
}
</style>
border-color css
<style>
span { border-color: #D4AFAC; }
span { border-color: rgb(212,175,172); }
td.TdClassName
{
border-color: #D4AFAC;
}
.TagClassName
{
border-color: #D4AFAC;
}
</style>