Shades of Reef #DAE895
Tints of Reef #DAE895
RGB
CMYK
RGB Variations
Color information
#DAE895 (or 0xDAE895) is known color: Reef. HEX triplet: DA, E8 and 95. RGB value is (218,232,149). Sum of RGB (Red+Green+Blue) = 218+232+149=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE895 is #25176A. Grayscale: #DADADA. Windows color (decimal): -2430827 or 9824474. OLE color: 9824474.
HSL color Cylindrical-coordinate representation of color #DAE895: hue angle of 70.12º degrees, saturation: 0.64, 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 #DAE895 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 149 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.09 |
| HSL | 70.12º | 0.64% | 0.75% | - |
| HSV(B) | 70.12º | 0.36% | 0.91% | - |
| XYZ | 63.19 | 74.79 | 39.54 | - |
| YUV | 218.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 149 | 0.06 | 0 | 0.36 | 0.09 | 70.12 | 0.64 | 0.75 |
| Hex | DA | E8 | 95 | 6 | 0 | 24 | 9 | 46 | 40 | 4B |
| Octal | 332 | 350 | 225 | 6 | 0 | 44 | 11 | 106 | 100 | 113 |
| Binary | 11011010 | 11101000 | 10010101 | 110 | 0 | 100100 | 1001 | 1000110 | 1000000 | 1001011 |
Color Harmonies of #DAE895
Complementary color
Monochromatic Colors of #DAE895
Black with #DAE895
Text Example
Text Example
White with #DAE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE895; }
p { color: rgb(218,232,149); }
H1.HeaderClassName
{
color: #DAE895;
}
.AnyTagClassName
{
color: #DAE895;
}
</style>
background-color css
<style>
a { background-color: #DAE895; }
a { background-color: rgb(218,232,149); }
div.DivClassName
{
background-color: #DAE895;
}
.BgClassName
{
background-color: #DAE895;
}
</style>
border-color css
<style>
span { border-color: #DAE895; }
span { border-color: rgb(218,232,149); }
td.TdClassName
{
border-color: #DAE895;
}
.TagClassName
{
border-color: #DAE895;
}
</style>