Shades of Reef #DAEAA2
Tints of Reef #DAEAA2
RGB
CMYK
RGB Variations
Color information
#DAEAA2 (or 0xDAEAA2) is known color: Reef. HEX triplet: DA, EA and A2. RGB value is (218,234,162). Sum of RGB (Red+Green+Blue) = 218+234+162=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA2 is #25155D. Grayscale: #DDDDDD. Windows color (decimal): -2430302 or 10676954. OLE color: 10676954.
HSL color Cylindrical-coordinate representation of color #DAEAA2: hue angle of 73.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAEAA2 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 162 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.08 |
| HSL | 73.33º | 0.63% | 0.78% | - |
| HSV(B) | 73.33º | 0.31% | 0.92% | - |
| XYZ | 64.86 | 76.36 | 45.5 | - |
| YUV | 221.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 162 | 0.07 | 0 | 0.31 | 0.08 | 73.33 | 0.63 | 0.78 |
| Hex | DA | EA | A2 | 7 | 0 | 1F | 8 | 49 | 3F | 4E |
| Octal | 332 | 352 | 242 | 7 | 0 | 37 | 10 | 111 | 77 | 116 |
| Binary | 11011010 | 11101010 | 10100010 | 111 | 0 | 11111 | 1000 | 1001001 | 111111 | 1001110 |
Color Harmonies of #DAEAA2
Complementary color
Monochromatic Colors of #DAEAA2
Black with #DAEAA2
Text Example
Text Example
White with #DAEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAA2; }
p { color: rgb(218,234,162); }
H1.HeaderClassName
{
color: #DAEAA2;
}
.AnyTagClassName
{
color: #DAEAA2;
}
</style>
background-color css
<style>
a { background-color: #DAEAA2; }
a { background-color: rgb(218,234,162); }
div.DivClassName
{
background-color: #DAEAA2;
}
.BgClassName
{
background-color: #DAEAA2;
}
</style>
border-color css
<style>
span { border-color: #DAEAA2; }
span { border-color: rgb(218,234,162); }
td.TdClassName
{
border-color: #DAEAA2;
}
.TagClassName
{
border-color: #DAEAA2;
}
</style>