Shades of Reef #DEF7A1
Tints of Reef #DEF7A1
RGB
CMYK
RGB Variations
Color information
#DEF7A1 (or 0xDEF7A1) is known color: Reef. HEX triplet: DE, F7 and A1. RGB value is (222,247,161). Sum of RGB (Red+Green+Blue) = 222+247+161=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 161 (63.28% from 255 or 25.56% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF7A1 is #21085E. Grayscale: #E6E6E6. Windows color (decimal): -2164831 or 10614750. OLE color: 10614750.
HSL color Cylindrical-coordinate representation of color #DEF7A1: hue angle of 77.44º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEF7A1 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 161 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.03 |
| HSL | 77.44º | 0.84% | 0.8% | - |
| HSV(B) | 77.44º | 0.35% | 0.97% | - |
| XYZ | 69.82 | 84.62 | 46.37 | - |
| YUV | 229.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 161 | 0.10 | 0 | 0.35 | 0.03 | 77.44 | 0.84 | 0.8 |
| Hex | DE | F7 | A1 | A | 0 | 23 | 3 | 4D | 54 | 50 |
| Octal | 336 | 367 | 241 | 12 | 0 | 43 | 3 | 115 | 124 | 120 |
| Binary | 11011110 | 11110111 | 10100001 | 1010 | 0 | 100011 | 11 | 1001101 | 1010100 | 1010000 |
Color Harmonies of #DEF7A1
Complementary color
Monochromatic Colors of #DEF7A1
Black with #DEF7A1
Text Example
Text Example
White with #DEF7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF7A1; }
p { color: rgb(222,247,161); }
H1.HeaderClassName
{
color: #DEF7A1;
}
.AnyTagClassName
{
color: #DEF7A1;
}
</style>
background-color css
<style>
a { background-color: #DEF7A1; }
a { background-color: rgb(222,247,161); }
div.DivClassName
{
background-color: #DEF7A1;
}
.BgClassName
{
background-color: #DEF7A1;
}
</style>
border-color css
<style>
span { border-color: #DEF7A1; }
span { border-color: rgb(222,247,161); }
td.TdClassName
{
border-color: #DEF7A1;
}
.TagClassName
{
border-color: #DEF7A1;
}
</style>