Shades of Reef #DAE9AA
Tints of Reef #DAE9AA
RGB
CMYK
RGB Variations
Color information
#DAE9AA (or 0xDAE9AA) is known color: Reef. HEX triplet: DA, E9 and AA. RGB value is (218,233,170). Sum of RGB (Red+Green+Blue) = 218+233+170=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9AA is #251655. Grayscale: #DDDDDD. Windows color (decimal): -2430550 or 11200986. OLE color: 11200986.
HSL color Cylindrical-coordinate representation of color #DAE9AA: hue angle of 74.29º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAE9AA is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 170 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.09 |
| HSL | 74.29º | 0.59% | 0.79% | - |
| HSV(B) | 74.29º | 0.27% | 0.91% | - |
| XYZ | 65.31 | 76.09 | 49.27 | - |
| YUV | 221.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 170 | 0.06 | 0 | 0.27 | 0.09 | 74.29 | 0.59 | 0.79 |
| Hex | DA | E9 | AA | 6 | 0 | 1B | 9 | 4A | 3B | 4F |
| Octal | 332 | 351 | 252 | 6 | 0 | 33 | 11 | 112 | 73 | 117 |
| Binary | 11011010 | 11101001 | 10101010 | 110 | 0 | 11011 | 1001 | 1001010 | 111011 | 1001111 |
Color Harmonies of #DAE9AA
Complementary color
Monochromatic Colors of #DAE9AA
Black with #DAE9AA
Text Example
Text Example
White with #DAE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9AA; }
p { color: rgb(218,233,170); }
H1.HeaderClassName
{
color: #DAE9AA;
}
.AnyTagClassName
{
color: #DAE9AA;
}
</style>
background-color css
<style>
a { background-color: #DAE9AA; }
a { background-color: rgb(218,233,170); }
div.DivClassName
{
background-color: #DAE9AA;
}
.BgClassName
{
background-color: #DAE9AA;
}
</style>
border-color css
<style>
span { border-color: #DAE9AA; }
span { border-color: rgb(218,233,170); }
td.TdClassName
{
border-color: #DAE9AA;
}
.TagClassName
{
border-color: #DAE9AA;
}
</style>