Shades of Oyster Pink #DBAEAC
Tints of Oyster Pink #DBAEAC
RGB
CMYK
RGB Variations
Color information
#DBAEAC (or 0xDBAEAC) is known color: Oyster Pink. HEX triplet: DB, AE and AC. RGB value is (219,174,172). Sum of RGB (Red+Green+Blue) = 219+174+172=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEAC is #245153. Grayscale: #BBBBBB. Windows color (decimal): -2380116 or 11316955. OLE color: 11316955.
HSL color Cylindrical-coordinate representation of color #DBAEAC: hue angle of 2.55º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEAC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 172 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.14 |
| HSL | 2.55º | 0.39% | 0.77% | - |
| HSV(B) | 2.55º | 0.21% | 0.86% | - |
| XYZ | 51.8 | 48.31 | 45.62 | - |
| YUV | 187.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 172 | 0 | 0.21 | 0.21 | 0.14 | 2.55 | 0.39 | 0.77 |
| Hex | DB | AE | AC | 0 | 15 | 15 | E | 3 | 27 | 4D |
| Octal | 333 | 256 | 254 | 0 | 25 | 25 | 16 | 3 | 47 | 115 |
| Binary | 11011011 | 10101110 | 10101100 | 0 | 10101 | 10101 | 1110 | 11 | 100111 | 1001101 |
Color Harmonies of #DBAEAC
Complementary color
Monochromatic Colors of #DBAEAC
Black with #DBAEAC
Text Example
Text Example
White with #DBAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEAC; }
p { color: rgb(219,174,172); }
H1.HeaderClassName
{
color: #DBAEAC;
}
.AnyTagClassName
{
color: #DBAEAC;
}
</style>
background-color css
<style>
a { background-color: #DBAEAC; }
a { background-color: rgb(219,174,172); }
div.DivClassName
{
background-color: #DBAEAC;
}
.BgClassName
{
background-color: #DBAEAC;
}
</style>
border-color css
<style>
span { border-color: #DBAEAC; }
span { border-color: rgb(219,174,172); }
td.TdClassName
{
border-color: #DBAEAC;
}
.TagClassName
{
border-color: #DBAEAC;
}
</style>