Shades of Reef #DAE9A3
Tints of Reef #DAE9A3
RGB
CMYK
RGB Variations
Color information
#DAE9A3 (or 0xDAE9A3) is known color: Reef. HEX triplet: DA, E9 and A3. RGB value is (218,233,163). Sum of RGB (Red+Green+Blue) = 218+233+163=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9A3 is #25165C. Grayscale: #DCDCDC. Windows color (decimal): -2430557 or 10742234. OLE color: 10742234.
HSL color Cylindrical-coordinate representation of color #DAE9A3: hue angle of 72.86º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE9A3 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 163 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.09 |
| HSL | 72.86º | 0.61% | 0.78% | - |
| HSV(B) | 72.86º | 0.3% | 0.91% | - |
| XYZ | 64.66 | 75.83 | 45.88 | - |
| YUV | 220.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 163 | 0.06 | 0 | 0.30 | 0.09 | 72.86 | 0.61 | 0.78 |
| Hex | DA | E9 | A3 | 6 | 0 | 1E | 9 | 49 | 3D | 4E |
| Octal | 332 | 351 | 243 | 6 | 0 | 36 | 11 | 111 | 75 | 116 |
| Binary | 11011010 | 11101001 | 10100011 | 110 | 0 | 11110 | 1001 | 1001001 | 111101 | 1001110 |
Color Harmonies of #DAE9A3
Complementary color
Monochromatic Colors of #DAE9A3
Black with #DAE9A3
Text Example
Text Example
White with #DAE9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9A3; }
p { color: rgb(218,233,163); }
H1.HeaderClassName
{
color: #DAE9A3;
}
.AnyTagClassName
{
color: #DAE9A3;
}
</style>
background-color css
<style>
a { background-color: #DAE9A3; }
a { background-color: rgb(218,233,163); }
div.DivClassName
{
background-color: #DAE9A3;
}
.BgClassName
{
background-color: #DAE9A3;
}
</style>
border-color css
<style>
span { border-color: #DAE9A3; }
span { border-color: rgb(218,233,163); }
td.TdClassName
{
border-color: #DAE9A3;
}
.TagClassName
{
border-color: #DAE9A3;
}
</style>