Shades of Hint Of Green #DEF0D3
Tints of Hint Of Green #DEF0D3
RGB
CMYK
RGB Variations
Color information
#DEF0D3 (or 0xDEF0D3) is known color: Hint Of Green. HEX triplet: DE, F0 and D3. RGB value is (222,240,211). Sum of RGB (Red+Green+Blue) = 222+240+211=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0D3 is #210F2C. Grayscale: #E7E7E7. Windows color (decimal): -2166573 or 13889758. OLE color: 13889758.
HSL color Cylindrical-coordinate representation of color #DEF0D3: hue angle of 97.24º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF0D3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 211 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.06 |
| HSL | 97.24º | 0.49% | 0.88% | - |
| HSV(B) | 97.24º | 0.12% | 0.94% | - |
| XYZ | 73.04 | 82.55 | 73.71 | - |
| YUV | 231.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 211 | 0.08 | 0 | 0.12 | 0.06 | 97.24 | 0.49 | 0.88 |
| Hex | DE | F0 | D3 | 8 | 0 | C | 6 | 61 | 31 | 58 |
| Octal | 336 | 360 | 323 | 10 | 0 | 14 | 6 | 141 | 61 | 130 |
| Binary | 11011110 | 11110000 | 11010011 | 1000 | 0 | 1100 | 110 | 1100001 | 110001 | 1011000 |
Color Harmonies of #DEF0D3
Complementary color
Monochromatic Colors of #DEF0D3
Black with #DEF0D3
Text Example
Text Example
White with #DEF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0D3; }
p { color: rgb(222,240,211); }
H1.HeaderClassName
{
color: #DEF0D3;
}
.AnyTagClassName
{
color: #DEF0D3;
}
</style>
background-color css
<style>
a { background-color: #DEF0D3; }
a { background-color: rgb(222,240,211); }
div.DivClassName
{
background-color: #DEF0D3;
}
.BgClassName
{
background-color: #DEF0D3;
}
</style>
border-color css
<style>
span { border-color: #DEF0D3; }
span { border-color: rgb(222,240,211); }
td.TdClassName
{
border-color: #DEF0D3;
}
.TagClassName
{
border-color: #DEF0D3;
}
</style>