Shades of Reef #DAE894
Tints of Reef #DAE894
RGB
CMYK
RGB Variations
Color information
#DAE894 (or 0xDAE894) is known color: Reef. HEX triplet: DA, E8 and 94. RGB value is (218,232,148). Sum of RGB (Red+Green+Blue) = 218+232+148=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE894 is #25176B. Grayscale: #DADADA. Windows color (decimal): -2430828 or 9758938. OLE color: 9758938.
HSL color Cylindrical-coordinate representation of color #DAE894: hue angle of 70º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE894 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 148 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.09 |
| HSL | 70º | 0.65% | 0.75% | - |
| HSV(B) | 70º | 0.36% | 0.91% | - |
| XYZ | 63.12 | 74.76 | 39.12 | - |
| YUV | 218.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 148 | 0.06 | 0 | 0.36 | 0.09 | 70 | 0.65 | 0.75 |
| Hex | DA | E8 | 94 | 6 | 0 | 24 | 9 | 46 | 41 | 4B |
| Octal | 332 | 350 | 224 | 6 | 0 | 44 | 11 | 106 | 101 | 113 |
| Binary | 11011010 | 11101000 | 10010100 | 110 | 0 | 100100 | 1001 | 1000110 | 1000001 | 1001011 |
Color Harmonies of #DAE894
Complementary color
Monochromatic Colors of #DAE894
Black with #DAE894
Text Example
Text Example
White with #DAE894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE894; }
p { color: rgb(218,232,148); }
H1.HeaderClassName
{
color: #DAE894;
}
.AnyTagClassName
{
color: #DAE894;
}
</style>
background-color css
<style>
a { background-color: #DAE894; }
a { background-color: rgb(218,232,148); }
div.DivClassName
{
background-color: #DAE894;
}
.BgClassName
{
background-color: #DAE894;
}
</style>
border-color css
<style>
span { border-color: #DAE894; }
span { border-color: rgb(218,232,148); }
td.TdClassName
{
border-color: #DAE894;
}
.TagClassName
{
border-color: #DAE894;
}
</style>