Shades of Oyster Pink #DBAAAA
Tints of Oyster Pink #DBAAAA
RGB
CMYK
RGB Variations
Color information
#DBAAAA (or 0xDBAAAA) is known color: Oyster Pink. HEX triplet: DB, AA and AA. RGB value is (219,170,170). Sum of RGB (Red+Green+Blue) = 219+170+170=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAAAA is #245555. Grayscale: #B8B8B8. Windows color (decimal): -2381142 or 11184859. OLE color: 11184859.
HSL color Cylindrical-coordinate representation of color #DBAAAA: hue angle of 0º 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 #DBAAAA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 170 | 170 | - |
CMYK | 0 | 0.22 | 0.22 | 0.14 |
HSL | 0º | 0.4% | 0.76% | - |
HSV(B) | 0º | 0.22% | 0.86% | - |
XYZ | 50.84 | 46.71 | 44.37 | - |
YUV | 184.65 | 119.73 | 152.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 170 | 170 | 0 | 0.22 | 0.22 | 0.14 | 0 | 0.4 | 0.76 |
Hex | DB | AA | AA | 0 | 16 | 16 | E | 0 | 28 | 4C |
Octal | 333 | 252 | 252 | 0 | 26 | 26 | 16 | 0 | 50 | 114 |
Binary | 11011011 | 10101010 | 10101010 | 0 | 10110 | 10110 | 1110 | 0 | 101000 | 1001100 |
Color Harmonies of #DBAAAA
Complementary color
Monochromatic Colors of #DBAAAA
Black with #DBAAAA
Text Example
Text Example
White with #DBAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAAA; }
p { color: rgb(219,170,170); }
H1.HeaderClassName
{
color: #DBAAAA;
}
.AnyTagClassName
{
color: #DBAAAA;
}
</style>
background-color css
<style>
a { background-color: #DBAAAA; }
a { background-color: rgb(219,170,170); }
div.DivClassName
{
background-color: #DBAAAA;
}
.BgClassName
{
background-color: #DBAAAA;
}
</style>
border-color css
<style>
span { border-color: #DBAAAA; }
span { border-color: rgb(219,170,170); }
td.TdClassName
{
border-color: #DBAAAA;
}
.TagClassName
{
border-color: #DBAAAA;
}
</style>