Shades of Reef #DAE8A0
Tints of Reef #DAE8A0
RGB
CMYK
RGB Variations
Color information
#DAE8A0 (or 0xDAE8A0) is known color: Reef. HEX triplet: DA, E8 and A0. RGB value is (218,232,160). Sum of RGB (Red+Green+Blue) = 218+232+160=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A0 is #25175F. Grayscale: #DBDBDB. Windows color (decimal): -2430816 or 10545370. OLE color: 10545370.
HSL color Cylindrical-coordinate representation of color #DAE8A0: hue angle of 71.67º 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 #DAE8A0 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 160 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.09 |
| HSL | 71.67º | 0.61% | 0.77% | - |
| HSV(B) | 71.67º | 0.31% | 0.91% | - |
| XYZ | 64.12 | 75.16 | 44.39 | - |
| YUV | 219.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 160 | 0.06 | 0 | 0.31 | 0.09 | 71.67 | 0.61 | 0.77 |
| Hex | DA | E8 | A0 | 6 | 0 | 1F | 9 | 48 | 3D | 4D |
| Octal | 332 | 350 | 240 | 6 | 0 | 37 | 11 | 110 | 75 | 115 |
| Binary | 11011010 | 11101000 | 10100000 | 110 | 0 | 11111 | 1001 | 1001000 | 111101 | 1001101 |
Color Harmonies of #DAE8A0
Complementary color
Monochromatic Colors of #DAE8A0
Black with #DAE8A0
Text Example
Text Example
White with #DAE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8A0; }
p { color: rgb(218,232,160); }
H1.HeaderClassName
{
color: #DAE8A0;
}
.AnyTagClassName
{
color: #DAE8A0;
}
</style>
background-color css
<style>
a { background-color: #DAE8A0; }
a { background-color: rgb(218,232,160); }
div.DivClassName
{
background-color: #DAE8A0;
}
.BgClassName
{
background-color: #DAE8A0;
}
</style>
border-color css
<style>
span { border-color: #DAE8A0; }
span { border-color: rgb(218,232,160); }
td.TdClassName
{
border-color: #DAE8A0;
}
.TagClassName
{
border-color: #DAE8A0;
}
</style>