Shades of Reef #DAF2AA
Tints of Reef #DAF2AA
RGB
CMYK
RGB Variations
Color information
#DAF2AA (or 0xDAF2AA) is known color: Reef. HEX triplet: DA, F2 and AA. RGB value is (218,242,170). Sum of RGB (Red+Green+Blue) = 218+242+170=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2AA is #250D55. Grayscale: #E2E2E2. Windows color (decimal): -2428246 or 11203290. OLE color: 11203290.
HSL color Cylindrical-coordinate representation of color #DAF2AA: hue angle of 80º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAF2AA is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 170 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.05 |
| HSL | 80º | 0.73% | 0.81% | - |
| HSV(B) | 80º | 0.3% | 0.95% | - |
| XYZ | 67.92 | 81.31 | 50.15 | - |
| YUV | 226.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 170 | 0.10 | 0 | 0.30 | 0.05 | 80 | 0.73 | 0.81 |
| Hex | DA | F2 | AA | A | 0 | 1E | 5 | 50 | 49 | 51 |
| Octal | 332 | 362 | 252 | 12 | 0 | 36 | 5 | 120 | 111 | 121 |
| Binary | 11011010 | 11110010 | 10101010 | 1010 | 0 | 11110 | 101 | 1010000 | 1001001 | 1010001 |
Color Harmonies of #DAF2AA
Complementary color
Monochromatic Colors of #DAF2AA
Black with #DAF2AA
Text Example
Text Example
White with #DAF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2AA; }
p { color: rgb(218,242,170); }
H1.HeaderClassName
{
color: #DAF2AA;
}
.AnyTagClassName
{
color: #DAF2AA;
}
</style>
background-color css
<style>
a { background-color: #DAF2AA; }
a { background-color: rgb(218,242,170); }
div.DivClassName
{
background-color: #DAF2AA;
}
.BgClassName
{
background-color: #DAF2AA;
}
</style>
border-color css
<style>
span { border-color: #DAF2AA; }
span { border-color: rgb(218,242,170); }
td.TdClassName
{
border-color: #DAF2AA;
}
.TagClassName
{
border-color: #DAF2AA;
}
</style>