Shades of Hint Of Green #DEFDD4
Tints of Hint Of Green #DEFDD4
RGB
CMYK
RGB Variations
Color information
#DEFDD4 (or 0xDEFDD4) is known color: Hint Of Green. HEX triplet: DE, FD and D4. RGB value is (222,253,212). Sum of RGB (Red+Green+Blue) = 222+253+212=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD4 is #21022B. Grayscale: #EFEFEF. Windows color (decimal): -2163244 or 13958622. OLE color: 13958622.
HSL color Cylindrical-coordinate representation of color #DEFDD4: hue angle of 105.37º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEFDD4 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 212 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.01 |
| HSL | 105.37º | 0.91% | 0.91% | - |
| HSV(B) | 105.37º | 0.16% | 0.99% | - |
| XYZ | 77.13 | 90.53 | 75.7 | - |
| YUV | 239.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 212 | 0.12 | 0 | 0.16 | 0.01 | 105.37 | 0.91 | 0.91 |
| Hex | DE | FD | D4 | C | 0 | 10 | 1 | 69 | 5B | 5B |
| Octal | 336 | 375 | 324 | 14 | 0 | 20 | 1 | 151 | 133 | 133 |
| Binary | 11011110 | 11111101 | 11010100 | 1100 | 0 | 10000 | 1 | 1101001 | 1011011 | 1011011 |
Color Harmonies of #DEFDD4
Complementary color
Monochromatic Colors of #DEFDD4
Black with #DEFDD4
Text Example
Text Example
White with #DEFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDD4; }
p { color: rgb(222,253,212); }
H1.HeaderClassName
{
color: #DEFDD4;
}
.AnyTagClassName
{
color: #DEFDD4;
}
</style>
background-color css
<style>
a { background-color: #DEFDD4; }
a { background-color: rgb(222,253,212); }
div.DivClassName
{
background-color: #DEFDD4;
}
.BgClassName
{
background-color: #DEFDD4;
}
</style>
border-color css
<style>
span { border-color: #DEFDD4; }
span { border-color: rgb(222,253,212); }
td.TdClassName
{
border-color: #DEFDD4;
}
.TagClassName
{
border-color: #DEFDD4;
}
</style>