Shades of Oyster Pink #DAAEA8
Tints of Oyster Pink #DAAEA8
RGB
CMYK
RGB Variations
Color information
#DAAEA8 (or 0xDAAEA8) is known color: Oyster Pink. HEX triplet: DA, AE and A8. RGB value is (218,174,168). Sum of RGB (Red+Green+Blue) = 218+174+168=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAEA8 is #255157. Grayscale: #BABABA. Windows color (decimal): -2445656 or 11054810. OLE color: 11054810.
HSL color Cylindrical-coordinate representation of color #DAAEA8: hue angle of 7.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAAEA8 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 174 | 168 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.15 |
| HSL | 7.2º | 0.4% | 0.76% | - |
| HSV(B) | 7.2º | 0.23% | 0.85% | - |
| XYZ | 51.12 | 48 | 43.62 | - |
| YUV | 186.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 168 | 0 | 0.20 | 0.23 | 0.15 | 7.2 | 0.4 | 0.76 |
| Hex | DA | AE | A8 | 0 | 14 | 17 | F | 7 | 28 | 4C |
| Octal | 332 | 256 | 250 | 0 | 24 | 27 | 17 | 7 | 50 | 114 |
| Binary | 11011010 | 10101110 | 10101000 | 0 | 10100 | 10111 | 1111 | 111 | 101000 | 1001100 |
Color Harmonies of #DAAEA8
Complementary color
Monochromatic Colors of #DAAEA8
Black with #DAAEA8
Text Example
Text Example
White with #DAAEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEA8; }
p { color: rgb(218,174,168); }
H1.HeaderClassName
{
color: #DAAEA8;
}
.AnyTagClassName
{
color: #DAAEA8;
}
</style>
background-color css
<style>
a { background-color: #DAAEA8; }
a { background-color: rgb(218,174,168); }
div.DivClassName
{
background-color: #DAAEA8;
}
.BgClassName
{
background-color: #DAAEA8;
}
</style>
border-color css
<style>
span { border-color: #DAAEA8; }
span { border-color: rgb(218,174,168); }
td.TdClassName
{
border-color: #DAAEA8;
}
.TagClassName
{
border-color: #DAAEA8;
}
</style>