Shades of Oyster Pink #DBABAA
Tints of Oyster Pink #DBABAA
RGB
CMYK
RGB Variations
Color information
#DBABAA (or 0xDBABAA) is known color: Oyster Pink. HEX triplet: DB, AB and AA. RGB value is (219,171,170). Sum of RGB (Red+Green+Blue) = 219+171+170=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBABAA is #245455. Grayscale: #B9B9B9. Windows color (decimal): -2380886 or 11185115. OLE color: 11185115.
HSL color Cylindrical-coordinate representation of color #DBABAA: hue angle of 1.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABAA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 171 | 170 | - |
CMYK | 0 | 0.22 | 0.22 | 0.14 |
HSL | 1.22º | 0.4% | 0.76% | - |
HSV(B) | 1.22º | 0.22% | 0.86% | - |
XYZ | 51.03 | 47.09 | 44.43 | - |
YUV | 185.24 | 119.4 | 152.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 171 | 170 | 0 | 0.22 | 0.22 | 0.14 | 1.22 | 0.4 | 0.76 |
Hex | DB | AB | AA | 0 | 16 | 16 | E | 1 | 28 | 4C |
Octal | 333 | 253 | 252 | 0 | 26 | 26 | 16 | 1 | 50 | 114 |
Binary | 11011011 | 10101011 | 10101010 | 0 | 10110 | 10110 | 1110 | 1 | 101000 | 1001100 |
Color Harmonies of #DBABAA
Complementary color
Monochromatic Colors of #DBABAA
Black with #DBABAA
Text Example
Text Example
White with #DBABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABAA; }
p { color: rgb(219,171,170); }
H1.HeaderClassName
{
color: #DBABAA;
}
.AnyTagClassName
{
color: #DBABAA;
}
</style>
background-color css
<style>
a { background-color: #DBABAA; }
a { background-color: rgb(219,171,170); }
div.DivClassName
{
background-color: #DBABAA;
}
.BgClassName
{
background-color: #DBABAA;
}
</style>
border-color css
<style>
span { border-color: #DBABAA; }
span { border-color: rgb(219,171,170); }
td.TdClassName
{
border-color: #DBABAA;
}
.TagClassName
{
border-color: #DBABAA;
}
</style>