Shades of Reef #DAE8A4
Tints of Reef #DAE8A4
RGB
CMYK
RGB Variations
Color information
#DAE8A4 (or 0xDAE8A4) is known color: Reef. HEX triplet: DA, E8 and A4. RGB value is (218,232,164). Sum of RGB (Red+Green+Blue) = 218+232+164=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A4 is #25175B. Grayscale: #DCDCDC. Windows color (decimal): -2430812 or 10807514. OLE color: 10807514.
HSL color Cylindrical-coordinate representation of color #DAE8A4: hue angle of 72.35º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAE8A4 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 164 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.09 |
| HSL | 72.35º | 0.6% | 0.78% | - |
| HSV(B) | 72.35º | 0.29% | 0.91% | - |
| XYZ | 64.47 | 75.3 | 46.26 | - |
| YUV | 220.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 164 | 0.06 | 0 | 0.29 | 0.09 | 72.35 | 0.6 | 0.78 |
| Hex | DA | E8 | A4 | 6 | 0 | 1D | 9 | 48 | 3C | 4E |
| Octal | 332 | 350 | 244 | 6 | 0 | 35 | 11 | 110 | 74 | 116 |
| Binary | 11011010 | 11101000 | 10100100 | 110 | 0 | 11101 | 1001 | 1001000 | 111100 | 1001110 |
Color Harmonies of #DAE8A4
Complementary color
Monochromatic Colors of #DAE8A4
Black with #DAE8A4
Text Example
Text Example
White with #DAE8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8A4; }
p { color: rgb(218,232,164); }
H1.HeaderClassName
{
color: #DAE8A4;
}
.AnyTagClassName
{
color: #DAE8A4;
}
</style>
background-color css
<style>
a { background-color: #DAE8A4; }
a { background-color: rgb(218,232,164); }
div.DivClassName
{
background-color: #DAE8A4;
}
.BgClassName
{
background-color: #DAE8A4;
}
</style>
border-color css
<style>
span { border-color: #DAE8A4; }
span { border-color: rgb(218,232,164); }
td.TdClassName
{
border-color: #DAE8A4;
}
.TagClassName
{
border-color: #DAE8A4;
}
</style>