Shades of Oyster Pink #DAAFA8
Tints of Oyster Pink #DAAFA8
RGB
CMYK
RGB Variations
Color information
#DAAFA8 (or 0xDAAFA8) is known color: Oyster Pink. HEX triplet: DA, AF and A8. RGB value is (218,175,168). Sum of RGB (Red+Green+Blue) = 218+175+168=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAFA8 is #255057. Grayscale: #BBBBBB. Windows color (decimal): -2445400 or 11055066. OLE color: 11055066.
HSL color Cylindrical-coordinate representation of color #DAAFA8: hue angle of 8.4º 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 #DAAFA8 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 168 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.15 |
| HSL | 8.4º | 0.4% | 0.76% | - |
| HSV(B) | 8.4º | 0.23% | 0.85% | - |
| XYZ | 51.31 | 48.39 | 43.68 | - |
| YUV | 187.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 168 | 0 | 0.20 | 0.23 | 0.15 | 8.4 | 0.4 | 0.76 |
| Hex | DA | AF | A8 | 0 | 14 | 17 | F | 8 | 28 | 4C |
| Octal | 332 | 257 | 250 | 0 | 24 | 27 | 17 | 10 | 50 | 114 |
| Binary | 11011010 | 10101111 | 10101000 | 0 | 10100 | 10111 | 1111 | 1000 | 101000 | 1001100 |
Color Harmonies of #DAAFA8
Complementary color
Monochromatic Colors of #DAAFA8
Black with #DAAFA8
Text Example
Text Example
White with #DAAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFA8; }
p { color: rgb(218,175,168); }
H1.HeaderClassName
{
color: #DAAFA8;
}
.AnyTagClassName
{
color: #DAAFA8;
}
</style>
background-color css
<style>
a { background-color: #DAAFA8; }
a { background-color: rgb(218,175,168); }
div.DivClassName
{
background-color: #DAAFA8;
}
.BgClassName
{
background-color: #DAAFA8;
}
</style>
border-color css
<style>
span { border-color: #DAAFA8; }
span { border-color: rgb(218,175,168); }
td.TdClassName
{
border-color: #DAAFA8;
}
.TagClassName
{
border-color: #DAAFA8;
}
</style>