Shades of Reef #DAE89F
Tints of Reef #DAE89F
RGB
CMYK
RGB Variations
Color information
#DAE89F (or 0xDAE89F) is known color: Reef. HEX triplet: DA, E8 and 9F. RGB value is (218,232,159). Sum of RGB (Red+Green+Blue) = 218+232+159=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE89F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE89F is #251760. Grayscale: #DBDBDB. Windows color (decimal): -2430817 or 10479834. OLE color: 10479834.
HSL color Cylindrical-coordinate representation of color #DAE89F: hue angle of 71.51º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE89F is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 159 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.09 |
| HSL | 71.51º | 0.61% | 0.77% | - |
| HSV(B) | 71.51º | 0.31% | 0.91% | - |
| XYZ | 64.03 | 75.12 | 43.93 | - |
| YUV | 219.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 159 | 0.06 | 0 | 0.31 | 0.09 | 71.51 | 0.61 | 0.77 |
| Hex | DA | E8 | 9F | 6 | 0 | 1F | 9 | 48 | 3D | 4D |
| Octal | 332 | 350 | 237 | 6 | 0 | 37 | 11 | 110 | 75 | 115 |
| Binary | 11011010 | 11101000 | 10011111 | 110 | 0 | 11111 | 1001 | 1001000 | 111101 | 1001101 |
Color Harmonies of #DAE89F
Complementary color
Monochromatic Colors of #DAE89F
Black with #DAE89F
Text Example
Text Example
White with #DAE89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE89F; }
p { color: rgb(218,232,159); }
H1.HeaderClassName
{
color: #DAE89F;
}
.AnyTagClassName
{
color: #DAE89F;
}
</style>
background-color css
<style>
a { background-color: #DAE89F; }
a { background-color: rgb(218,232,159); }
div.DivClassName
{
background-color: #DAE89F;
}
.BgClassName
{
background-color: #DAE89F;
}
</style>
border-color css
<style>
span { border-color: #DAE89F; }
span { border-color: rgb(218,232,159); }
td.TdClassName
{
border-color: #DAE89F;
}
.TagClassName
{
border-color: #DAE89F;
}
</style>