Shades of Reef #DAEAA8
Tints of Reef #DAEAA8
RGB
CMYK
RGB Variations
Color information
#DAEAA8 (or 0xDAEAA8) is known color: Reef. HEX triplet: DA, EA and A8. RGB value is (218,234,168). Sum of RGB (Red+Green+Blue) = 218+234+168=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA8 is #251557. Grayscale: #DDDDDD. Windows color (decimal): -2430296 or 11070170. OLE color: 11070170.
HSL color Cylindrical-coordinate representation of color #DAEAA8: hue angle of 74.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAEAA8 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 168 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.08 |
| HSL | 74.55º | 0.61% | 0.79% | - |
| HSV(B) | 74.55º | 0.28% | 0.92% | - |
| XYZ | 65.4 | 76.58 | 48.38 | - |
| YUV | 221.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 168 | 0.07 | 0 | 0.28 | 0.08 | 74.55 | 0.61 | 0.79 |
| Hex | DA | EA | A8 | 7 | 0 | 1C | 8 | 4B | 3D | 4F |
| Octal | 332 | 352 | 250 | 7 | 0 | 34 | 10 | 113 | 75 | 117 |
| Binary | 11011010 | 11101010 | 10101000 | 111 | 0 | 11100 | 1000 | 1001011 | 111101 | 1001111 |
Color Harmonies of #DAEAA8
Complementary color
Monochromatic Colors of #DAEAA8
Black with #DAEAA8
Text Example
Text Example
White with #DAEAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAA8; }
p { color: rgb(218,234,168); }
H1.HeaderClassName
{
color: #DAEAA8;
}
.AnyTagClassName
{
color: #DAEAA8;
}
</style>
background-color css
<style>
a { background-color: #DAEAA8; }
a { background-color: rgb(218,234,168); }
div.DivClassName
{
background-color: #DAEAA8;
}
.BgClassName
{
background-color: #DAEAA8;
}
</style>
border-color css
<style>
span { border-color: #DAEAA8; }
span { border-color: rgb(218,234,168); }
td.TdClassName
{
border-color: #DAEAA8;
}
.TagClassName
{
border-color: #DAEAA8;
}
</style>