Shades of Reef #DAF9A1
Tints of Reef #DAF9A1
RGB
CMYK
RGB Variations
Color information
#DAF9A1 (or 0xDAF9A1) is known color: Reef. HEX triplet: DA, F9 and A1. RGB value is (218,249,161). Sum of RGB (Red+Green+Blue) = 218+249+161=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 161 (63.28% from 255 or 25.64% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF9A1 is #25065E. Grayscale: #E6E6E6. Windows color (decimal): -2426463 or 10615258. OLE color: 10615258.
HSL color Cylindrical-coordinate representation of color #DAF9A1: hue angle of 81.14º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF9A1 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 161 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.02 |
| HSL | 81.14º | 0.88% | 0.8% | - |
| HSV(B) | 81.14º | 0.35% | 0.98% | - |
| XYZ | 69.22 | 85.23 | 46.52 | - |
| YUV | 229.7 | 89.23 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 161 | 0.12 | 0 | 0.35 | 0.02 | 81.14 | 0.88 | 0.8 |
| Hex | DA | F9 | A1 | C | 0 | 23 | 2 | 51 | 58 | 50 |
| Octal | 332 | 371 | 241 | 14 | 0 | 43 | 2 | 121 | 130 | 120 |
| Binary | 11011010 | 11111001 | 10100001 | 1100 | 0 | 100011 | 10 | 1010001 | 1011000 | 1010000 |
Color Harmonies of #DAF9A1
Complementary color
Monochromatic Colors of #DAF9A1
Black with #DAF9A1
Text Example
Text Example
White with #DAF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF9A1; }
p { color: rgb(218,249,161); }
H1.HeaderClassName
{
color: #DAF9A1;
}
.AnyTagClassName
{
color: #DAF9A1;
}
</style>
background-color css
<style>
a { background-color: #DAF9A1; }
a { background-color: rgb(218,249,161); }
div.DivClassName
{
background-color: #DAF9A1;
}
.BgClassName
{
background-color: #DAF9A1;
}
</style>
border-color css
<style>
span { border-color: #DAF9A1; }
span { border-color: rgb(218,249,161); }
td.TdClassName
{
border-color: #DAF9A1;
}
.TagClassName
{
border-color: #DAF9A1;
}
</style>