Shades of Reef #DAE893
Tints of Reef #DAE893
RGB
CMYK
RGB Variations
Color information
#DAE893 (or 0xDAE893) is known color: Reef. HEX triplet: DA, E8 and 93. RGB value is (218,232,147). Sum of RGB (Red+Green+Blue) = 218+232+147=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE893 is #25176C. Grayscale: #DADADA. Windows color (decimal): -2430829 or 9693402. OLE color: 9693402.
HSL color Cylindrical-coordinate representation of color #DAE893: hue angle of 69.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE893 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 147 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.09 |
| HSL | 69.88º | 0.65% | 0.74% | - |
| HSV(B) | 69.88º | 0.37% | 0.91% | - |
| XYZ | 63.04 | 74.73 | 38.7 | - |
| YUV | 218.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 147 | 0.06 | 0 | 0.37 | 0.09 | 69.88 | 0.65 | 0.74 |
| Hex | DA | E8 | 93 | 6 | 0 | 25 | 9 | 46 | 41 | 4A |
| Octal | 332 | 350 | 223 | 6 | 0 | 45 | 11 | 106 | 101 | 112 |
| Binary | 11011010 | 11101000 | 10010011 | 110 | 0 | 100101 | 1001 | 1000110 | 1000001 | 1001010 |
Color Harmonies of #DAE893
Complementary color
Monochromatic Colors of #DAE893
Black with #DAE893
Text Example
Text Example
White with #DAE893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE893; }
p { color: rgb(218,232,147); }
H1.HeaderClassName
{
color: #DAE893;
}
.AnyTagClassName
{
color: #DAE893;
}
</style>
background-color css
<style>
a { background-color: #DAE893; }
a { background-color: rgb(218,232,147); }
div.DivClassName
{
background-color: #DAE893;
}
.BgClassName
{
background-color: #DAE893;
}
</style>
border-color css
<style>
span { border-color: #DAE893; }
span { border-color: rgb(218,232,147); }
td.TdClassName
{
border-color: #DAE893;
}
.TagClassName
{
border-color: #DAE893;
}
</style>