Shades of Hint Of Green #DEFED1
Tints of Hint Of Green #DEFED1
RGB
CMYK
RGB Variations
Color information
#DEFED1 (or 0xDEFED1) is known color: Hint Of Green. HEX triplet: DE, FE and D1. RGB value is (222,254,209). Sum of RGB (Red+Green+Blue) = 222+254+209=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFED1 is #21012E. Grayscale: #EFEFEF. Windows color (decimal): -2162991 or 13762270. OLE color: 13762270.
HSL color Cylindrical-coordinate representation of color #DEFED1: hue angle of 102.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEFED1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 209 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.00 |
| HSL | 102.67º | 0.96% | 0.91% | - |
| HSV(B) | 102.67º | 0.18% | 1% | - |
| XYZ | 77.07 | 91.02 | 73.83 | - |
| YUV | 239.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 209 | 0.13 | 0 | 0.18 | 0.00 | 102.67 | 0.96 | 0.91 |
| Hex | DE | FE | D1 | D | 0 | 12 | 0 | 67 | 60 | 5B |
| Octal | 336 | 376 | 321 | 15 | 0 | 22 | 0 | 147 | 140 | 133 |
| Binary | 11011110 | 11111110 | 11010001 | 1101 | 0 | 10010 | 0 | 1100111 | 1100000 | 1011011 |
Color Harmonies of #DEFED1
Complementary color
Monochromatic Colors of #DEFED1
Black with #DEFED1
Text Example
Text Example
White with #DEFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFED1; }
p { color: rgb(222,254,209); }
H1.HeaderClassName
{
color: #DEFED1;
}
.AnyTagClassName
{
color: #DEFED1;
}
</style>
background-color css
<style>
a { background-color: #DEFED1; }
a { background-color: rgb(222,254,209); }
div.DivClassName
{
background-color: #DEFED1;
}
.BgClassName
{
background-color: #DEFED1;
}
</style>
border-color css
<style>
span { border-color: #DEFED1; }
span { border-color: rgb(222,254,209); }
td.TdClassName
{
border-color: #DEFED1;
}
.TagClassName
{
border-color: #DEFED1;
}
</style>