Shades of Hint Of Green #DEFBD5
Tints of Hint Of Green #DEFBD5
RGB
CMYK
RGB Variations
Color information
#DEFBD5 (or 0xDEFBD5) is known color: Hint Of Green. HEX triplet: DE, FB and D5. RGB value is (222,251,213). Sum of RGB (Red+Green+Blue) = 222+251+213=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBD5 is #21042A. Grayscale: #EEEEEE. Windows color (decimal): -2163755 or 14023646. OLE color: 14023646.
HSL color Cylindrical-coordinate representation of color #DEFBD5: hue angle of 105.79º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFBD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 213 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.02 |
| HSL | 105.79º | 0.83% | 0.91% | - |
| HSV(B) | 105.79º | 0.15% | 0.98% | - |
| XYZ | 76.63 | 89.33 | 76.15 | - |
| YUV | 238 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 213 | 0.12 | 0 | 0.15 | 0.02 | 105.79 | 0.83 | 0.91 |
| Hex | DE | FB | D5 | C | 0 | F | 2 | 6A | 53 | 5B |
| Octal | 336 | 373 | 325 | 14 | 0 | 17 | 2 | 152 | 123 | 133 |
| Binary | 11011110 | 11111011 | 11010101 | 1100 | 0 | 1111 | 10 | 1101010 | 1010011 | 1011011 |
Color Harmonies of #DEFBD5
Complementary color
Monochromatic Colors of #DEFBD5
Black with #DEFBD5
Text Example
Text Example
White with #DEFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBD5; }
p { color: rgb(222,251,213); }
H1.HeaderClassName
{
color: #DEFBD5;
}
.AnyTagClassName
{
color: #DEFBD5;
}
</style>
background-color css
<style>
a { background-color: #DEFBD5; }
a { background-color: rgb(222,251,213); }
div.DivClassName
{
background-color: #DEFBD5;
}
.BgClassName
{
background-color: #DEFBD5;
}
</style>
border-color css
<style>
span { border-color: #DEFBD5; }
span { border-color: rgb(222,251,213); }
td.TdClassName
{
border-color: #DEFBD5;
}
.TagClassName
{
border-color: #DEFBD5;
}
</style>