Shades of Reef #DAEEA2
Tints of Reef #DAEEA2
RGB
CMYK
RGB Variations
Color information
#DAEEA2 (or 0xDAEEA2) is known color: Reef. HEX triplet: DA, EE and A2. RGB value is (218,238,162). Sum of RGB (Red+Green+Blue) = 218+238+162=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA2 is #25115D. Grayscale: #DFDFDF. Windows color (decimal): -2429278 or 10677978. OLE color: 10677978.
HSL color Cylindrical-coordinate representation of color #DAEEA2: hue angle of 75.79º degrees, saturation: 0.69, 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 #DAEEA2 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 162 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.07 |
| HSL | 75.79º | 0.69% | 0.78% | - |
| HSV(B) | 75.79º | 0.32% | 0.93% | - |
| XYZ | 66.01 | 78.66 | 45.89 | - |
| YUV | 223.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 162 | 0.08 | 0 | 0.32 | 0.07 | 75.79 | 0.69 | 0.78 |
| Hex | DA | EE | A2 | 8 | 0 | 20 | 7 | 4C | 45 | 4E |
| Octal | 332 | 356 | 242 | 10 | 0 | 40 | 7 | 114 | 105 | 116 |
| Binary | 11011010 | 11101110 | 10100010 | 1000 | 0 | 100000 | 111 | 1001100 | 1000101 | 1001110 |
Color Harmonies of #DAEEA2
Complementary color
Monochromatic Colors of #DAEEA2
Black with #DAEEA2
Text Example
Text Example
White with #DAEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEA2; }
p { color: rgb(218,238,162); }
H1.HeaderClassName
{
color: #DAEEA2;
}
.AnyTagClassName
{
color: #DAEEA2;
}
</style>
background-color css
<style>
a { background-color: #DAEEA2; }
a { background-color: rgb(218,238,162); }
div.DivClassName
{
background-color: #DAEEA2;
}
.BgClassName
{
background-color: #DAEEA2;
}
</style>
border-color css
<style>
span { border-color: #DAEEA2; }
span { border-color: rgb(218,238,162); }
td.TdClassName
{
border-color: #DAEEA2;
}
.TagClassName
{
border-color: #DAEEA2;
}
</style>