Shades of Oyster Pink #D1ABAB
Tints of Oyster Pink #D1ABAB
RGB
CMYK
RGB Variations
Color information
#D1ABAB (or 0xD1ABAB) is known color: Oyster Pink. HEX triplet: D1, AB and AB. RGB value is (209,171,171). Sum of RGB (Red+Green+Blue) = 209+171+171=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABAB is #2E5454. Grayscale: #B6B6B6. Windows color (decimal): -3036245 or 11250641. OLE color: 11250641.
HSL color Cylindrical-coordinate representation of color #D1ABAB: 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.18%. Process color model (Four color, CMYK) of #D1ABAB is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 171 | 171 | - |
CMYK | 0 | 0.18 | 0.18 | 0.18 |
HSL | 0º | 0.29% | 0.75% | - |
HSV(B) | 0º | 0.18% | 0.82% | - |
XYZ | 48.21 | 45.62 | 44.79 | - |
YUV | 182.36 | 121.59 | 147 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 171 | 171 | 0 | 0.18 | 0.18 | 0.18 | 0 | 0.29 | 0.75 |
Hex | D1 | AB | AB | 0 | 12 | 12 | 12 | 0 | 1D | 4B |
Octal | 321 | 253 | 253 | 0 | 22 | 22 | 22 | 0 | 35 | 113 |
Binary | 11010001 | 10101011 | 10101011 | 0 | 10010 | 10010 | 10010 | 0 | 11101 | 1001011 |
Color Harmonies of #D1ABAB
Complementary color
Monochromatic Colors of #D1ABAB
Black with #D1ABAB
Text Example
Text Example
White with #D1ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABAB; }
p { color: rgb(209,171,171); }
H1.HeaderClassName
{
color: #D1ABAB;
}
.AnyTagClassName
{
color: #D1ABAB;
}
</style>
background-color css
<style>
a { background-color: #D1ABAB; }
a { background-color: rgb(209,171,171); }
div.DivClassName
{
background-color: #D1ABAB;
}
.BgClassName
{
background-color: #D1ABAB;
}
</style>
border-color css
<style>
span { border-color: #D1ABAB; }
span { border-color: rgb(209,171,171); }
td.TdClassName
{
border-color: #D1ABAB;
}
.TagClassName
{
border-color: #D1ABAB;
}
</style>