Shades of Reef #DAFEA1
Tints of Reef #DAFEA1
RGB
CMYK
RGB Variations
Color information
#DAFEA1 (or 0xDAFEA1) is known color: Reef. HEX triplet: DA, FE and A1. RGB value is (218,254,161). Sum of RGB (Red+Green+Blue) = 218+254+161=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEA1 is #25015E. Grayscale: #E8E8E8. Windows color (decimal): -2425183 or 10616538. OLE color: 10616538.
HSL color Cylindrical-coordinate representation of color #DAFEA1: hue angle of 83.23º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAFEA1 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 161 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.00 |
| HSL | 83.23º | 0.98% | 0.81% | - |
| HSV(B) | 83.23º | 0.37% | 1% | - |
| XYZ | 70.79 | 88.36 | 47.04 | - |
| YUV | 232.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 161 | 0.14 | 0 | 0.37 | 0.00 | 83.23 | 0.98 | 0.81 |
| Hex | DA | FE | A1 | E | 0 | 25 | 0 | 53 | 62 | 51 |
| Octal | 332 | 376 | 241 | 16 | 0 | 45 | 0 | 123 | 142 | 121 |
| Binary | 11011010 | 11111110 | 10100001 | 1110 | 0 | 100101 | 0 | 1010011 | 1100010 | 1010001 |
Color Harmonies of #DAFEA1
Complementary color
Monochromatic Colors of #DAFEA1
Black with #DAFEA1
Text Example
Text Example
White with #DAFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEA1; }
p { color: rgb(218,254,161); }
H1.HeaderClassName
{
color: #DAFEA1;
}
.AnyTagClassName
{
color: #DAFEA1;
}
</style>
background-color css
<style>
a { background-color: #DAFEA1; }
a { background-color: rgb(218,254,161); }
div.DivClassName
{
background-color: #DAFEA1;
}
.BgClassName
{
background-color: #DAFEA1;
}
</style>
border-color css
<style>
span { border-color: #DAFEA1; }
span { border-color: rgb(218,254,161); }
td.TdClassName
{
border-color: #DAFEA1;
}
.TagClassName
{
border-color: #DAFEA1;
}
</style>