Shades of Hint Of Green #DEFDD0
Tints of Hint Of Green #DEFDD0
RGB
CMYK
RGB Variations
Color information
#DEFDD0 (or 0xDEFDD0) is known color: Hint Of Green. HEX triplet: DE, FD and D0. RGB value is (222,253,208). Sum of RGB (Red+Green+Blue) = 222+253+208=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD0 is #21022F. Grayscale: #EEEEEE. Windows color (decimal): -2163248 or 13696478. OLE color: 13696478.
HSL color Cylindrical-coordinate representation of color #DEFDD0: hue angle of 101.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEFDD0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 208 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.01 |
| HSL | 101.33º | 0.92% | 0.9% | - |
| HSV(B) | 101.33º | 0.18% | 0.99% | - |
| XYZ | 76.63 | 90.33 | 73.07 | - |
| YUV | 238.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 208 | 0.12 | 0 | 0.18 | 0.01 | 101.33 | 0.92 | 0.9 |
| Hex | DE | FD | D0 | C | 0 | 12 | 1 | 65 | 5C | 5A |
| Octal | 336 | 375 | 320 | 14 | 0 | 22 | 1 | 145 | 134 | 132 |
| Binary | 11011110 | 11111101 | 11010000 | 1100 | 0 | 10010 | 1 | 1100101 | 1011100 | 1011010 |
Color Harmonies of #DEFDD0
Complementary color
Monochromatic Colors of #DEFDD0
Black with #DEFDD0
Text Example
Text Example
White with #DEFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDD0; }
p { color: rgb(222,253,208); }
H1.HeaderClassName
{
color: #DEFDD0;
}
.AnyTagClassName
{
color: #DEFDD0;
}
</style>
background-color css
<style>
a { background-color: #DEFDD0; }
a { background-color: rgb(222,253,208); }
div.DivClassName
{
background-color: #DEFDD0;
}
.BgClassName
{
background-color: #DEFDD0;
}
</style>
border-color css
<style>
span { border-color: #DEFDD0; }
span { border-color: rgb(222,253,208); }
td.TdClassName
{
border-color: #DEFDD0;
}
.TagClassName
{
border-color: #DEFDD0;
}
</style>