Shades of Oyster Pink #D2AEAE
Tints of Oyster Pink #D2AEAE
RGB
CMYK
RGB Variations
Color information
#D2AEAE (or 0xD2AEAE) is known color: Oyster Pink. HEX triplet: D2, AE and AE. RGB value is (210,174,174). Sum of RGB (Red+Green+Blue) = 210+174+174=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AEAE is #2D5151. Grayscale: #B8B8B8. Windows color (decimal): -2969938 or 11448018. OLE color: 11448018.
HSL color Cylindrical-coordinate representation of color #D2AEAE: hue angle of 0º degrees, saturation: 0.29, 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 #D2AEAE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 174 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.18 |
| HSL | 0º | 0.29% | 0.75% | - |
| HSV(B) | 0º | 0.17% | 0.82% | - |
| XYZ | 49.35 | 47.03 | 46.52 | - |
| YUV | 184.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 174 | 0 | 0.17 | 0.17 | 0.18 | 0 | 0.29 | 0.75 |
| Hex | D2 | AE | AE | 0 | 11 | 11 | 12 | 0 | 1D | 4B |
| Octal | 322 | 256 | 256 | 0 | 21 | 21 | 22 | 0 | 35 | 113 |
| Binary | 11010010 | 10101110 | 10101110 | 0 | 10001 | 10001 | 10010 | 0 | 11101 | 1001011 |
Color Harmonies of #D2AEAE
Complementary color
Monochromatic Colors of #D2AEAE
Black with #D2AEAE
Text Example
Text Example
White with #D2AEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEAE; }
p { color: rgb(210,174,174); }
H1.HeaderClassName
{
color: #D2AEAE;
}
.AnyTagClassName
{
color: #D2AEAE;
}
</style>
background-color css
<style>
a { background-color: #D2AEAE; }
a { background-color: rgb(210,174,174); }
div.DivClassName
{
background-color: #D2AEAE;
}
.BgClassName
{
background-color: #D2AEAE;
}
</style>
border-color css
<style>
span { border-color: #D2AEAE; }
span { border-color: rgb(210,174,174); }
td.TdClassName
{
border-color: #D2AEAE;
}
.TagClassName
{
border-color: #D2AEAE;
}
</style>