Shades of Reef #DAE7A5
Tints of Reef #DAE7A5
RGB
CMYK
RGB Variations
Color information
#DAE7A5 (or 0xDAE7A5) is known color: Reef. HEX triplet: DA, E7 and A5. RGB value is (218,231,165). Sum of RGB (Red+Green+Blue) = 218+231+165=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7A5 is #25185A. Grayscale: #DBDBDB. Windows color (decimal): -2431067 or 10872794. OLE color: 10872794.
HSL color Cylindrical-coordinate representation of color #DAE7A5: hue angle of 71.82º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAE7A5 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 165 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.09 |
| HSL | 71.82º | 0.58% | 0.78% | - |
| HSV(B) | 71.82º | 0.29% | 0.91% | - |
| XYZ | 64.28 | 74.77 | 46.64 | - |
| YUV | 219.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 165 | 0.06 | 0 | 0.29 | 0.09 | 71.82 | 0.58 | 0.78 |
| Hex | DA | E7 | A5 | 6 | 0 | 1D | 9 | 48 | 3A | 4E |
| Octal | 332 | 347 | 245 | 6 | 0 | 35 | 11 | 110 | 72 | 116 |
| Binary | 11011010 | 11100111 | 10100101 | 110 | 0 | 11101 | 1001 | 1001000 | 111010 | 1001110 |
Color Harmonies of #DAE7A5
Complementary color
Monochromatic Colors of #DAE7A5
Black with #DAE7A5
Text Example
Text Example
White with #DAE7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7A5; }
p { color: rgb(218,231,165); }
H1.HeaderClassName
{
color: #DAE7A5;
}
.AnyTagClassName
{
color: #DAE7A5;
}
</style>
background-color css
<style>
a { background-color: #DAE7A5; }
a { background-color: rgb(218,231,165); }
div.DivClassName
{
background-color: #DAE7A5;
}
.BgClassName
{
background-color: #DAE7A5;
}
</style>
border-color css
<style>
span { border-color: #DAE7A5; }
span { border-color: rgb(218,231,165); }
td.TdClassName
{
border-color: #DAE7A5;
}
.TagClassName
{
border-color: #DAE7A5;
}
</style>