Shades of Reef #DAFF9E
Tints of Reef #DAFF9E
RGB
CMYK
RGB Variations
Color information
#DAFF9E (or 0xDAFF9E) is known color: Reef. HEX triplet: DA, FF and 9E. RGB value is (218,255,158). Sum of RGB (Red+Green+Blue) = 218+255+158=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF9E is #250061. Grayscale: #E9E9E9. Windows color (decimal): -2424930 or 10420186. OLE color: 10420186.
HSL color Cylindrical-coordinate representation of color #DAFF9E: hue angle of 82.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFF9E is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 158 | - |
| CMYK | 0.15 | 0 | 0.38 | 0 |
| HSL | 82.89º | 1% | 0.81% | - |
| HSV(B) | 82.89º | 0.38% | 1% | - |
| XYZ | 70.85 | 88.89 | 45.77 | - |
| YUV | 232.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 158 | 0.15 | 0 | 0.38 | 0 | 82.89 | 1 | 0.81 |
| Hex | DA | FF | 9E | F | 0 | 26 | 0 | 53 | 64 | 51 |
| Octal | 332 | 377 | 236 | 17 | 0 | 46 | 0 | 123 | 144 | 121 |
| Binary | 11011010 | 11111111 | 10011110 | 1111 | 0 | 100110 | 0 | 1010011 | 1100100 | 1010001 |
Color Harmonies of #DAFF9E
Complementary color
Monochromatic Colors of #DAFF9E
Black with #DAFF9E
Text Example
Text Example
White with #DAFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF9E; }
p { color: rgb(218,255,158); }
H1.HeaderClassName
{
color: #DAFF9E;
}
.AnyTagClassName
{
color: #DAFF9E;
}
</style>
background-color css
<style>
a { background-color: #DAFF9E; }
a { background-color: rgb(218,255,158); }
div.DivClassName
{
background-color: #DAFF9E;
}
.BgClassName
{
background-color: #DAFF9E;
}
</style>
border-color css
<style>
span { border-color: #DAFF9E; }
span { border-color: rgb(218,255,158); }
td.TdClassName
{
border-color: #DAFF9E;
}
.TagClassName
{
border-color: #DAFF9E;
}
</style>