Shades of Reef #DAEAA7
Tints of Reef #DAEAA7
RGB
CMYK
RGB Variations
Color information
#DAEAA7 (or 0xDAEAA7) is known color: Reef. HEX triplet: DA, EA and A7. RGB value is (218,234,167). Sum of RGB (Red+Green+Blue) = 218+234+167=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 167 (65.62% from 255 or 26.98% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA7 is #251558. Grayscale: #DDDDDD. Windows color (decimal): -2430297 or 11004634. OLE color: 11004634.
HSL color Cylindrical-coordinate representation of color #DAEAA7: hue angle of 74.33º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAEAA7 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 167 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.08 |
| HSL | 74.33º | 0.61% | 0.79% | - |
| HSV(B) | 74.33º | 0.29% | 0.92% | - |
| XYZ | 65.31 | 76.54 | 47.89 | - |
| YUV | 221.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 167 | 0.07 | 0 | 0.29 | 0.08 | 74.33 | 0.61 | 0.79 |
| Hex | DA | EA | A7 | 7 | 0 | 1D | 8 | 4A | 3D | 4F |
| Octal | 332 | 352 | 247 | 7 | 0 | 35 | 10 | 112 | 75 | 117 |
| Binary | 11011010 | 11101010 | 10100111 | 111 | 0 | 11101 | 1000 | 1001010 | 111101 | 1001111 |
Color Harmonies of #DAEAA7
Complementary color
Monochromatic Colors of #DAEAA7
Black with #DAEAA7
Text Example
Text Example
White with #DAEAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAA7; }
p { color: rgb(218,234,167); }
H1.HeaderClassName
{
color: #DAEAA7;
}
.AnyTagClassName
{
color: #DAEAA7;
}
</style>
background-color css
<style>
a { background-color: #DAEAA7; }
a { background-color: rgb(218,234,167); }
div.DivClassName
{
background-color: #DAEAA7;
}
.BgClassName
{
background-color: #DAEAA7;
}
</style>
border-color css
<style>
span { border-color: #DAEAA7; }
span { border-color: rgb(218,234,167); }
td.TdClassName
{
border-color: #DAEAA7;
}
.TagClassName
{
border-color: #DAEAA7;
}
</style>