Shades of Reef #DAEC9E
Tints of Reef #DAEC9E
RGB
CMYK
RGB Variations
Color information
#DAEC9E (or 0xDAEC9E) is known color: Reef. HEX triplet: DA, EC and 9E. RGB value is (218,236,158). Sum of RGB (Red+Green+Blue) = 218+236+158=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEC9E is #251361. Grayscale: #DEDEDE. Windows color (decimal): -2429794 or 10415322. OLE color: 10415322.
HSL color Cylindrical-coordinate representation of color #DAEC9E: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAEC9E is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 158 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.07 |
| HSL | 73.85º | 0.67% | 0.77% | - |
| HSV(B) | 73.85º | 0.33% | 0.93% | - |
| XYZ | 65.08 | 77.36 | 43.85 | - |
| YUV | 221.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 158 | 0.08 | 0 | 0.33 | 0.07 | 73.85 | 0.67 | 0.77 |
| Hex | DA | EC | 9E | 8 | 0 | 21 | 7 | 4A | 43 | 4D |
| Octal | 332 | 354 | 236 | 10 | 0 | 41 | 7 | 112 | 103 | 115 |
| Binary | 11011010 | 11101100 | 10011110 | 1000 | 0 | 100001 | 111 | 1001010 | 1000011 | 1001101 |
Color Harmonies of #DAEC9E
Complementary color
Monochromatic Colors of #DAEC9E
Black with #DAEC9E
Text Example
Text Example
White with #DAEC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC9E; }
p { color: rgb(218,236,158); }
H1.HeaderClassName
{
color: #DAEC9E;
}
.AnyTagClassName
{
color: #DAEC9E;
}
</style>
background-color css
<style>
a { background-color: #DAEC9E; }
a { background-color: rgb(218,236,158); }
div.DivClassName
{
background-color: #DAEC9E;
}
.BgClassName
{
background-color: #DAEC9E;
}
</style>
border-color css
<style>
span { border-color: #DAEC9E; }
span { border-color: rgb(218,236,158); }
td.TdClassName
{
border-color: #DAEC9E;
}
.TagClassName
{
border-color: #DAEC9E;
}
</style>