Shades of Reef #DAE8A2
Tints of Reef #DAE8A2
RGB
CMYK
RGB Variations
Color information
#DAE8A2 (or 0xDAE8A2) is known color: Reef. HEX triplet: DA, E8 and A2. RGB value is (218,232,162). Sum of RGB (Red+Green+Blue) = 218+232+162=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A2 is #25175D. Grayscale: #DCDCDC. Windows color (decimal): -2430814 or 10676442. OLE color: 10676442.
HSL color Cylindrical-coordinate representation of color #DAE8A2: hue angle of 72º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE8A2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 162 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.09 |
| HSL | 72º | 0.6% | 0.77% | - |
| HSV(B) | 72º | 0.3% | 0.91% | - |
| XYZ | 64.29 | 75.23 | 45.31 | - |
| YUV | 219.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 162 | 0.06 | 0 | 0.30 | 0.09 | 72 | 0.6 | 0.77 |
| Hex | DA | E8 | A2 | 6 | 0 | 1E | 9 | 48 | 3C | 4D |
| Octal | 332 | 350 | 242 | 6 | 0 | 36 | 11 | 110 | 74 | 115 |
| Binary | 11011010 | 11101000 | 10100010 | 110 | 0 | 11110 | 1001 | 1001000 | 111100 | 1001101 |
Color Harmonies of #DAE8A2
Complementary color
Monochromatic Colors of #DAE8A2
Black with #DAE8A2
Text Example
Text Example
White with #DAE8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8A2; }
p { color: rgb(218,232,162); }
H1.HeaderClassName
{
color: #DAE8A2;
}
.AnyTagClassName
{
color: #DAE8A2;
}
</style>
background-color css
<style>
a { background-color: #DAE8A2; }
a { background-color: rgb(218,232,162); }
div.DivClassName
{
background-color: #DAE8A2;
}
.BgClassName
{
background-color: #DAE8A2;
}
</style>
border-color css
<style>
span { border-color: #DAE8A2; }
span { border-color: rgb(218,232,162); }
td.TdClassName
{
border-color: #DAE8A2;
}
.TagClassName
{
border-color: #DAE8A2;
}
</style>