Shades of Reef #DAE8A6
Tints of Reef #DAE8A6
RGB
CMYK
RGB Variations
Color information
#DAE8A6 (or 0xDAE8A6) is known color: Reef. HEX triplet: DA, E8 and A6. RGB value is (218,232,166). Sum of RGB (Red+Green+Blue) = 218+232+166=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A6 is #251759. Grayscale: #DCDCDC. Windows color (decimal): -2430810 or 10938586. OLE color: 10938586.
HSL color Cylindrical-coordinate representation of color #DAE8A6: hue angle of 72.73º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAE8A6 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 166 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.09 |
| HSL | 72.73º | 0.59% | 0.78% | - |
| HSV(B) | 72.73º | 0.28% | 0.91% | - |
| XYZ | 64.65 | 75.37 | 47.22 | - |
| YUV | 220.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 166 | 0.06 | 0 | 0.28 | 0.09 | 72.73 | 0.59 | 0.78 |
| Hex | DA | E8 | A6 | 6 | 0 | 1C | 9 | 49 | 3B | 4E |
| Octal | 332 | 350 | 246 | 6 | 0 | 34 | 11 | 111 | 73 | 116 |
| Binary | 11011010 | 11101000 | 10100110 | 110 | 0 | 11100 | 1001 | 1001001 | 111011 | 1001110 |
Color Harmonies of #DAE8A6
Complementary color
Monochromatic Colors of #DAE8A6
Black with #DAE8A6
Text Example
Text Example
White with #DAE8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8A6; }
p { color: rgb(218,232,166); }
H1.HeaderClassName
{
color: #DAE8A6;
}
.AnyTagClassName
{
color: #DAE8A6;
}
</style>
background-color css
<style>
a { background-color: #DAE8A6; }
a { background-color: rgb(218,232,166); }
div.DivClassName
{
background-color: #DAE8A6;
}
.BgClassName
{
background-color: #DAE8A6;
}
</style>
border-color css
<style>
span { border-color: #DAE8A6; }
span { border-color: rgb(218,232,166); }
td.TdClassName
{
border-color: #DAE8A6;
}
.TagClassName
{
border-color: #DAE8A6;
}
</style>