Shades of Reef #DAFFAE
Tints of Reef #DAFFAE
RGB
CMYK
RGB Variations
Color information
#DAFFAE (or 0xDAFFAE) is known color: Reef. HEX triplet: DA, FF and AE. RGB value is (218,255,174). Sum of RGB (Red+Green+Blue) = 218+255+174=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFFAE is #250051. Grayscale: #EAEAEA. Windows color (decimal): -2424914 or 11468762. OLE color: 11468762.
HSL color Cylindrical-coordinate representation of color #DAFFAE: hue angle of 87.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFFAE is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 174 | - |
| CMYK | 0.15 | 0 | 0.32 | 0 |
| HSL | 87.41º | 1% | 0.84% | - |
| HSV(B) | 87.41º | 0.32% | 1% | - |
| XYZ | 72.31 | 89.48 | 53.5 | - |
| YUV | 234.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 174 | 0.15 | 0 | 0.32 | 0 | 87.41 | 1 | 0.84 |
| Hex | DA | FF | AE | F | 0 | 20 | 0 | 57 | 64 | 54 |
| Octal | 332 | 377 | 256 | 17 | 0 | 40 | 0 | 127 | 144 | 124 |
| Binary | 11011010 | 11111111 | 10101110 | 1111 | 0 | 100000 | 0 | 1010111 | 1100100 | 1010100 |
Color Harmonies of #DAFFAE
Complementary color
Monochromatic Colors of #DAFFAE
Black with #DAFFAE
Text Example
Text Example
White with #DAFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFAE; }
p { color: rgb(218,255,174); }
H1.HeaderClassName
{
color: #DAFFAE;
}
.AnyTagClassName
{
color: #DAFFAE;
}
</style>
background-color css
<style>
a { background-color: #DAFFAE; }
a { background-color: rgb(218,255,174); }
div.DivClassName
{
background-color: #DAFFAE;
}
.BgClassName
{
background-color: #DAFFAE;
}
</style>
border-color css
<style>
span { border-color: #DAFFAE; }
span { border-color: rgb(218,255,174); }
td.TdClassName
{
border-color: #DAFFAE;
}
.TagClassName
{
border-color: #DAFFAE;
}
</style>