Shades of Reef #DEFFA6
Tints of Reef #DEFFA6
RGB
CMYK
RGB Variations
Color information
#DEFFA6 (or 0xDEFFA6) is known color: Reef. HEX triplet: DE, FF and A6. RGB value is (222,255,166). Sum of RGB (Red+Green+Blue) = 222+255+166=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 166 (65.23% from 255 or 25.82% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFFA6 is #210059. Grayscale: #EBEBEB. Windows color (decimal): -2162778 or 10944478. OLE color: 10944478.
HSL color Cylindrical-coordinate representation of color #DEFFA6: hue angle of 82.25º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEFFA6 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 166 | - |
| CMYK | 0.13 | 0 | 0.35 | 0 |
| HSL | 82.25º | 1% | 0.83% | - |
| HSV(B) | 82.25º | 0.35% | 1% | - |
| XYZ | 72.77 | 89.8 | 49.57 | - |
| YUV | 234.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 166 | 0.13 | 0 | 0.35 | 0 | 82.25 | 1 | 0.83 |
| Hex | DE | FF | A6 | D | 0 | 23 | 0 | 52 | 64 | 53 |
| Octal | 336 | 377 | 246 | 15 | 0 | 43 | 0 | 122 | 144 | 123 |
| Binary | 11011110 | 11111111 | 10100110 | 1101 | 0 | 100011 | 0 | 1010010 | 1100100 | 1010011 |
Color Harmonies of #DEFFA6
Complementary color
Monochromatic Colors of #DEFFA6
Black with #DEFFA6
Text Example
Text Example
White with #DEFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFFA6; }
p { color: rgb(222,255,166); }
H1.HeaderClassName
{
color: #DEFFA6;
}
.AnyTagClassName
{
color: #DEFFA6;
}
</style>
background-color css
<style>
a { background-color: #DEFFA6; }
a { background-color: rgb(222,255,166); }
div.DivClassName
{
background-color: #DEFFA6;
}
.BgClassName
{
background-color: #DEFFA6;
}
</style>
border-color css
<style>
span { border-color: #DEFFA6; }
span { border-color: rgb(222,255,166); }
td.TdClassName
{
border-color: #DEFFA6;
}
.TagClassName
{
border-color: #DEFFA6;
}
</style>