Shades of Oyster Pink #DBB2AA
Tints of Oyster Pink #DBB2AA
RGB
CMYK
RGB Variations
Color information
#DBB2AA (or 0xDBB2AA) is known color: Oyster Pink. HEX triplet: DB, B2 and AA. RGB value is (219,178,170). Sum of RGB (Red+Green+Blue) = 219+178+170=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2AA is #244D55. Grayscale: #BDBDBD. Windows color (decimal): -2379094 or 11186907. OLE color: 11186907.
HSL color Cylindrical-coordinate representation of color #DBB2AA: hue angle of 9.8º 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 #DBB2AA is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 170 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.14 |
| HSL | 9.8º | 0.4% | 0.76% | - |
| HSV(B) | 9.8º | 0.22% | 0.86% | - |
| XYZ | 52.39 | 49.8 | 44.88 | - |
| YUV | 189.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 170 | 0 | 0.19 | 0.22 | 0.14 | 9.8 | 0.4 | 0.76 |
| Hex | DB | B2 | AA | 0 | 13 | 16 | E | A | 28 | 4C |
| Octal | 333 | 262 | 252 | 0 | 23 | 26 | 16 | 12 | 50 | 114 |
| Binary | 11011011 | 10110010 | 10101010 | 0 | 10011 | 10110 | 1110 | 1010 | 101000 | 1001100 |
Color Harmonies of #DBB2AA
Complementary color
Monochromatic Colors of #DBB2AA
Black with #DBB2AA
Text Example
Text Example
White with #DBB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2AA; }
p { color: rgb(219,178,170); }
H1.HeaderClassName
{
color: #DBB2AA;
}
.AnyTagClassName
{
color: #DBB2AA;
}
</style>
background-color css
<style>
a { background-color: #DBB2AA; }
a { background-color: rgb(219,178,170); }
div.DivClassName
{
background-color: #DBB2AA;
}
.BgClassName
{
background-color: #DBB2AA;
}
</style>
border-color css
<style>
span { border-color: #DBB2AA; }
span { border-color: rgb(219,178,170); }
td.TdClassName
{
border-color: #DBB2AA;
}
.TagClassName
{
border-color: #DBB2AA;
}
</style>