Shades of Reef #DAECA0
Tints of Reef #DAECA0
RGB
CMYK
RGB Variations
Color information
#DAECA0 (or 0xDAECA0) is known color: Reef. HEX triplet: DA, EC and A0. RGB value is (218,236,160). Sum of RGB (Red+Green+Blue) = 218+236+160=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECA0 is #25135F. Grayscale: #DEDEDE. Windows color (decimal): -2429792 or 10546394. OLE color: 10546394.
HSL color Cylindrical-coordinate representation of color #DAECA0: hue angle of 74.21º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAECA0 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 160 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.07 |
| HSL | 74.21º | 0.67% | 0.78% | - |
| HSV(B) | 74.21º | 0.32% | 0.93% | - |
| XYZ | 65.25 | 77.43 | 44.76 | - |
| YUV | 221.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 160 | 0.08 | 0 | 0.32 | 0.07 | 74.21 | 0.67 | 0.78 |
| Hex | DA | EC | A0 | 8 | 0 | 20 | 7 | 4A | 43 | 4E |
| Octal | 332 | 354 | 240 | 10 | 0 | 40 | 7 | 112 | 103 | 116 |
| Binary | 11011010 | 11101100 | 10100000 | 1000 | 0 | 100000 | 111 | 1001010 | 1000011 | 1001110 |
Color Harmonies of #DAECA0
Complementary color
Monochromatic Colors of #DAECA0
Black with #DAECA0
Text Example
Text Example
White with #DAECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECA0; }
p { color: rgb(218,236,160); }
H1.HeaderClassName
{
color: #DAECA0;
}
.AnyTagClassName
{
color: #DAECA0;
}
</style>
background-color css
<style>
a { background-color: #DAECA0; }
a { background-color: rgb(218,236,160); }
div.DivClassName
{
background-color: #DAECA0;
}
.BgClassName
{
background-color: #DAECA0;
}
</style>
border-color css
<style>
span { border-color: #DAECA0; }
span { border-color: rgb(218,236,160); }
td.TdClassName
{
border-color: #DAECA0;
}
.TagClassName
{
border-color: #DAECA0;
}
</style>