Shades of Reef #DEF7A6
Tints of Reef #DEF7A6
RGB
CMYK
RGB Variations
Color information
#DEF7A6 (or 0xDEF7A6) is known color: Reef. HEX triplet: DE, F7 and A6. RGB value is (222,247,166). Sum of RGB (Red+Green+Blue) = 222+247+166=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 166 (65.23% from 255 or 26.14% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF7A6 is #210859. Grayscale: #E6E6E6. Windows color (decimal): -2164826 or 10942430. OLE color: 10942430.
HSL color Cylindrical-coordinate representation of color #DEF7A6: hue angle of 78.52º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEF7A6 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 166 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.03 |
| HSL | 78.52º | 0.84% | 0.81% | - |
| HSV(B) | 78.52º | 0.33% | 0.97% | - |
| XYZ | 70.27 | 84.8 | 48.74 | - |
| YUV | 230.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 166 | 0.10 | 0 | 0.33 | 0.03 | 78.52 | 0.84 | 0.81 |
| Hex | DE | F7 | A6 | A | 0 | 21 | 3 | 4F | 54 | 51 |
| Octal | 336 | 367 | 246 | 12 | 0 | 41 | 3 | 117 | 124 | 121 |
| Binary | 11011110 | 11110111 | 10100110 | 1010 | 0 | 100001 | 11 | 1001111 | 1010100 | 1010001 |
Color Harmonies of #DEF7A6
Complementary color
Monochromatic Colors of #DEF7A6
Black with #DEF7A6
Text Example
Text Example
White with #DEF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7A6; }
p { color: rgb(222,247,166); }
H1.HeaderClassName
{
color: #DEF7A6;
}
.AnyTagClassName
{
color: #DEF7A6;
}
</style>
background-color css
<style>
a { background-color: #DEF7A6; }
a { background-color: rgb(222,247,166); }
div.DivClassName
{
background-color: #DEF7A6;
}
.BgClassName
{
background-color: #DEF7A6;
}
</style>
border-color css
<style>
span { border-color: #DEF7A6; }
span { border-color: rgb(222,247,166); }
td.TdClassName
{
border-color: #DEF7A6;
}
.TagClassName
{
border-color: #DEF7A6;
}
</style>