Shades of Hint Of Green #DEFDD1
Tints of Hint Of Green #DEFDD1
RGB
CMYK
RGB Variations
Color information
#DEFDD1 (or 0xDEFDD1) is known color: Hint Of Green. HEX triplet: DE, FD and D1. RGB value is (222,253,209). Sum of RGB (Red+Green+Blue) = 222+253+209=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDD1 is #21022E. Grayscale: #EEEEEE. Windows color (decimal): -2163247 or 13762014. OLE color: 13762014.
HSL color Cylindrical-coordinate representation of color #DEFDD1: hue angle of 102.27º degrees, saturation: 0.92, 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 #DEFDD1 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 209 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.01 |
| HSL | 102.27º | 0.92% | 0.91% | - |
| HSV(B) | 102.27º | 0.17% | 0.99% | - |
| XYZ | 76.76 | 90.38 | 73.72 | - |
| YUV | 238.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 209 | 0.12 | 0 | 0.17 | 0.01 | 102.27 | 0.92 | 0.91 |
| Hex | DE | FD | D1 | C | 0 | 11 | 1 | 66 | 5C | 5B |
| Octal | 336 | 375 | 321 | 14 | 0 | 21 | 1 | 146 | 134 | 133 |
| Binary | 11011110 | 11111101 | 11010001 | 1100 | 0 | 10001 | 1 | 1100110 | 1011100 | 1011011 |
Color Harmonies of #DEFDD1
Complementary color
Monochromatic Colors of #DEFDD1
Black with #DEFDD1
Text Example
Text Example
White with #DEFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDD1; }
p { color: rgb(222,253,209); }
H1.HeaderClassName
{
color: #DEFDD1;
}
.AnyTagClassName
{
color: #DEFDD1;
}
</style>
background-color css
<style>
a { background-color: #DEFDD1; }
a { background-color: rgb(222,253,209); }
div.DivClassName
{
background-color: #DEFDD1;
}
.BgClassName
{
background-color: #DEFDD1;
}
</style>
border-color css
<style>
span { border-color: #DEFDD1; }
span { border-color: rgb(222,253,209); }
td.TdClassName
{
border-color: #DEFDD1;
}
.TagClassName
{
border-color: #DEFDD1;
}
</style>