Shades of Reef #DAFAA2
Tints of Reef #DAFAA2
RGB
CMYK
RGB Variations
Color information
#DAFAA2 (or 0xDAFAA2) is known color: Reef. HEX triplet: DA, FA and A2. RGB value is (218,250,162). Sum of RGB (Red+Green+Blue) = 218+250+162=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 162 (63.67% from 255 or 25.71% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAA2 is #25055D. Grayscale: #E6E6E6. Windows color (decimal): -2426206 or 10681050. OLE color: 10681050.
HSL color Cylindrical-coordinate representation of color #DAFAA2: hue angle of 81.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAFAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 162 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.02 |
| HSL | 81.82º | 0.9% | 0.81% | - |
| HSV(B) | 81.82º | 0.35% | 0.98% | - |
| XYZ | 69.62 | 85.89 | 47.09 | - |
| YUV | 230.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 162 | 0.13 | 0 | 0.35 | 0.02 | 81.82 | 0.9 | 0.81 |
| Hex | DA | FA | A2 | D | 0 | 23 | 2 | 52 | 5A | 51 |
| Octal | 332 | 372 | 242 | 15 | 0 | 43 | 2 | 122 | 132 | 121 |
| Binary | 11011010 | 11111010 | 10100010 | 1101 | 0 | 100011 | 10 | 1010010 | 1011010 | 1010001 |
Color Harmonies of #DAFAA2
Complementary color
Monochromatic Colors of #DAFAA2
Black with #DAFAA2
Text Example
Text Example
White with #DAFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFAA2; }
p { color: rgb(218,250,162); }
H1.HeaderClassName
{
color: #DAFAA2;
}
.AnyTagClassName
{
color: #DAFAA2;
}
</style>
background-color css
<style>
a { background-color: #DAFAA2; }
a { background-color: rgb(218,250,162); }
div.DivClassName
{
background-color: #DAFAA2;
}
.BgClassName
{
background-color: #DAFAA2;
}
</style>
border-color css
<style>
span { border-color: #DAFAA2; }
span { border-color: rgb(218,250,162); }
td.TdClassName
{
border-color: #DAFAA2;
}
.TagClassName
{
border-color: #DAFAA2;
}
</style>