Shades of Hint Of Green #DEFDD3
Tints of Hint Of Green #DEFDD3
RGB
CMYK
RGB Variations
Color information
#DEFDD3 (or 0xDEFDD3) is known color: Hint Of Green. HEX triplet: DE, FD and D3. RGB value is (222,253,211). Sum of RGB (Red+Green+Blue) = 222+253+211=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 211 (82.81% from 255 or 30.76% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD3 is #21022C. Grayscale: #EFEFEF. Windows color (decimal): -2163245 or 13893086. OLE color: 13893086.
HSL color Cylindrical-coordinate representation of color #DEFDD3: hue angle of 104.29º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEFDD3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 211 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.01 |
| HSL | 104.29º | 0.91% | 0.91% | - |
| HSV(B) | 104.29º | 0.17% | 0.99% | - |
| XYZ | 77.01 | 90.48 | 75.03 | - |
| YUV | 238.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 211 | 0.12 | 0 | 0.17 | 0.01 | 104.29 | 0.91 | 0.91 |
| Hex | DE | FD | D3 | C | 0 | 11 | 1 | 68 | 5B | 5B |
| Octal | 336 | 375 | 323 | 14 | 0 | 21 | 1 | 150 | 133 | 133 |
| Binary | 11011110 | 11111101 | 11010011 | 1100 | 0 | 10001 | 1 | 1101000 | 1011011 | 1011011 |
Color Harmonies of #DEFDD3
Complementary color
Monochromatic Colors of #DEFDD3
Black with #DEFDD3
Text Example
Text Example
White with #DEFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDD3; }
p { color: rgb(222,253,211); }
H1.HeaderClassName
{
color: #DEFDD3;
}
.AnyTagClassName
{
color: #DEFDD3;
}
</style>
background-color css
<style>
a { background-color: #DEFDD3; }
a { background-color: rgb(222,253,211); }
div.DivClassName
{
background-color: #DEFDD3;
}
.BgClassName
{
background-color: #DEFDD3;
}
</style>
border-color css
<style>
span { border-color: #DEFDD3; }
span { border-color: rgb(222,253,211); }
td.TdClassName
{
border-color: #DEFDD3;
}
.TagClassName
{
border-color: #DEFDD3;
}
</style>