Shades of Reef #DAF1A9
Tints of Reef #DAF1A9
RGB
CMYK
RGB Variations
Color information
#DAF1A9 (or 0xDAF1A9) is known color: Reef. HEX triplet: DA, F1 and A9. RGB value is (218,241,169). Sum of RGB (Red+Green+Blue) = 218+241+169=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1A9 is #250E56. Grayscale: #E2E2E2. Windows color (decimal): -2428503 or 11137498. OLE color: 11137498.
HSL color Cylindrical-coordinate representation of color #DAF1A9: hue angle of 79.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAF1A9 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 169 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.05 |
| HSL | 79.17º | 0.72% | 0.8% | - |
| HSV(B) | 79.17º | 0.3% | 0.95% | - |
| XYZ | 67.53 | 80.68 | 49.55 | - |
| YUV | 225.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 169 | 0.10 | 0 | 0.30 | 0.05 | 79.17 | 0.72 | 0.8 |
| Hex | DA | F1 | A9 | A | 0 | 1E | 5 | 4F | 48 | 50 |
| Octal | 332 | 361 | 251 | 12 | 0 | 36 | 5 | 117 | 110 | 120 |
| Binary | 11011010 | 11110001 | 10101001 | 1010 | 0 | 11110 | 101 | 1001111 | 1001000 | 1010000 |
Color Harmonies of #DAF1A9
Complementary color
Monochromatic Colors of #DAF1A9
Black with #DAF1A9
Text Example
Text Example
White with #DAF1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1A9; }
p { color: rgb(218,241,169); }
H1.HeaderClassName
{
color: #DAF1A9;
}
.AnyTagClassName
{
color: #DAF1A9;
}
</style>
background-color css
<style>
a { background-color: #DAF1A9; }
a { background-color: rgb(218,241,169); }
div.DivClassName
{
background-color: #DAF1A9;
}
.BgClassName
{
background-color: #DAF1A9;
}
</style>
border-color css
<style>
span { border-color: #DAF1A9; }
span { border-color: rgb(218,241,169); }
td.TdClassName
{
border-color: #DAF1A9;
}
.TagClassName
{
border-color: #DAF1A9;
}
</style>