Shades of Reef #DAFEAC
Tints of Reef #DAFEAC
RGB
CMYK
RGB Variations
Color information
#DAFEAC (or 0xDAFEAC) is known color: Reef. HEX triplet: DA, FE and AC. RGB value is (218,254,172). Sum of RGB (Red+Green+Blue) = 218+254+172=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEAC is #250153. Grayscale: #EAEAEA. Windows color (decimal): -2425172 or 11337434. OLE color: 11337434.
HSL color Cylindrical-coordinate representation of color #DAFEAC: hue angle of 86.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFEAC is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 172 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.00 |
| HSL | 86.34º | 0.98% | 0.84% | - |
| HSV(B) | 86.34º | 0.32% | 1% | - |
| XYZ | 71.8 | 88.77 | 52.38 | - |
| YUV | 233.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 172 | 0.14 | 0 | 0.32 | 0.00 | 86.34 | 0.98 | 0.84 |
| Hex | DA | FE | AC | E | 0 | 20 | 0 | 56 | 62 | 54 |
| Octal | 332 | 376 | 254 | 16 | 0 | 40 | 0 | 126 | 142 | 124 |
| Binary | 11011010 | 11111110 | 10101100 | 1110 | 0 | 100000 | 0 | 1010110 | 1100010 | 1010100 |
Color Harmonies of #DAFEAC
Complementary color
Monochromatic Colors of #DAFEAC
Black with #DAFEAC
Text Example
Text Example
White with #DAFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEAC; }
p { color: rgb(218,254,172); }
H1.HeaderClassName
{
color: #DAFEAC;
}
.AnyTagClassName
{
color: #DAFEAC;
}
</style>
background-color css
<style>
a { background-color: #DAFEAC; }
a { background-color: rgb(218,254,172); }
div.DivClassName
{
background-color: #DAFEAC;
}
.BgClassName
{
background-color: #DAFEAC;
}
</style>
border-color css
<style>
span { border-color: #DAFEAC; }
span { border-color: rgb(218,254,172); }
td.TdClassName
{
border-color: #DAFEAC;
}
.TagClassName
{
border-color: #DAFEAC;
}
</style>