Shades of Reef #DAFDA2
Tints of Reef #DAFDA2
RGB
CMYK
RGB Variations
Color information
#DAFDA2 (or 0xDAFDA2) is known color: Reef. HEX triplet: DA, FD and A2. RGB value is (218,253,162). Sum of RGB (Red+Green+Blue) = 218+253+162=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDA2 is #25025D. Grayscale: #E8E8E8. Windows color (decimal): -2425438 or 10681818. OLE color: 10681818.
HSL color Cylindrical-coordinate representation of color #DAFDA2: hue angle of 83.08º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAFDA2 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 162 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.01 |
| HSL | 83.08º | 0.96% | 0.81% | - |
| HSV(B) | 83.08º | 0.36% | 0.99% | - |
| XYZ | 70.56 | 87.76 | 47.4 | - |
| YUV | 232.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 162 | 0.14 | 0 | 0.36 | 0.01 | 83.08 | 0.96 | 0.81 |
| Hex | DA | FD | A2 | E | 0 | 24 | 1 | 53 | 60 | 51 |
| Octal | 332 | 375 | 242 | 16 | 0 | 44 | 1 | 123 | 140 | 121 |
| Binary | 11011010 | 11111101 | 10100010 | 1110 | 0 | 100100 | 1 | 1010011 | 1100000 | 1010001 |
Color Harmonies of #DAFDA2
Complementary color
Monochromatic Colors of #DAFDA2
Black with #DAFDA2
Text Example
Text Example
White with #DAFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDA2; }
p { color: rgb(218,253,162); }
H1.HeaderClassName
{
color: #DAFDA2;
}
.AnyTagClassName
{
color: #DAFDA2;
}
</style>
background-color css
<style>
a { background-color: #DAFDA2; }
a { background-color: rgb(218,253,162); }
div.DivClassName
{
background-color: #DAFDA2;
}
.BgClassName
{
background-color: #DAFDA2;
}
</style>
border-color css
<style>
span { border-color: #DAFDA2; }
span { border-color: rgb(218,253,162); }
td.TdClassName
{
border-color: #DAFDA2;
}
.TagClassName
{
border-color: #DAFDA2;
}
</style>