Shades of Oyster Pink #DAAEAC
Tints of Oyster Pink #DAAEAC
RGB
CMYK
RGB Variations
Color information
#DAAEAC (or 0xDAAEAC) is known color: Oyster Pink. HEX triplet: DA, AE and AC. RGB value is (218,174,172). Sum of RGB (Red+Green+Blue) = 218+174+172=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEAC is #255153. Grayscale: #BABABA. Windows color (decimal): -2445652 or 11316954. OLE color: 11316954.
HSL color Cylindrical-coordinate representation of color #DAAEAC: hue angle of 2.61º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAAEAC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 172 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.15 |
| HSL | 2.61º | 0.38% | 0.76% | - |
| HSV(B) | 2.61º | 0.21% | 0.85% | - |
| XYZ | 51.5 | 48.16 | 45.61 | - |
| YUV | 186.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 172 | 0 | 0.20 | 0.21 | 0.15 | 2.61 | 0.38 | 0.76 |
| Hex | DA | AE | AC | 0 | 14 | 15 | F | 3 | 26 | 4C |
| Octal | 332 | 256 | 254 | 0 | 24 | 25 | 17 | 3 | 46 | 114 |
| Binary | 11011010 | 10101110 | 10101100 | 0 | 10100 | 10101 | 1111 | 11 | 100110 | 1001100 |
Color Harmonies of #DAAEAC
Complementary color
Monochromatic Colors of #DAAEAC
Black with #DAAEAC
Text Example
Text Example
White with #DAAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEAC; }
p { color: rgb(218,174,172); }
H1.HeaderClassName
{
color: #DAAEAC;
}
.AnyTagClassName
{
color: #DAAEAC;
}
</style>
background-color css
<style>
a { background-color: #DAAEAC; }
a { background-color: rgb(218,174,172); }
div.DivClassName
{
background-color: #DAAEAC;
}
.BgClassName
{
background-color: #DAAEAC;
}
</style>
border-color css
<style>
span { border-color: #DAAEAC; }
span { border-color: rgb(218,174,172); }
td.TdClassName
{
border-color: #DAAEAC;
}
.TagClassName
{
border-color: #DAAEAC;
}
</style>