Shades of Reef #DAEAA6
Tints of Reef #DAEAA6
RGB
CMYK
RGB Variations
Color information
#DAEAA6 (or 0xDAEAA6) is known color: Reef. HEX triplet: DA, EA and A6. RGB value is (218,234,166). Sum of RGB (Red+Green+Blue) = 218+234+166=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA6 is #251559. Grayscale: #DDDDDD. Windows color (decimal): -2430298 or 10939098. OLE color: 10939098.
HSL color Cylindrical-coordinate representation of color #DAEAA6: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAEAA6 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 166 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.08 |
| HSL | 74.12º | 0.62% | 0.78% | - |
| HSV(B) | 74.12º | 0.29% | 0.92% | - |
| XYZ | 65.22 | 76.5 | 47.41 | - |
| YUV | 221.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 166 | 0.07 | 0 | 0.29 | 0.08 | 74.12 | 0.62 | 0.78 |
| Hex | DA | EA | A6 | 7 | 0 | 1D | 8 | 4A | 3E | 4E |
| Octal | 332 | 352 | 246 | 7 | 0 | 35 | 10 | 112 | 76 | 116 |
| Binary | 11011010 | 11101010 | 10100110 | 111 | 0 | 11101 | 1000 | 1001010 | 111110 | 1001110 |
Color Harmonies of #DAEAA6
Complementary color
Monochromatic Colors of #DAEAA6
Black with #DAEAA6
Text Example
Text Example
White with #DAEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAA6; }
p { color: rgb(218,234,166); }
H1.HeaderClassName
{
color: #DAEAA6;
}
.AnyTagClassName
{
color: #DAEAA6;
}
</style>
background-color css
<style>
a { background-color: #DAEAA6; }
a { background-color: rgb(218,234,166); }
div.DivClassName
{
background-color: #DAEAA6;
}
.BgClassName
{
background-color: #DAEAA6;
}
</style>
border-color css
<style>
span { border-color: #DAEAA6; }
span { border-color: rgb(218,234,166); }
td.TdClassName
{
border-color: #DAEAA6;
}
.TagClassName
{
border-color: #DAEAA6;
}
</style>