Shades of Off Green #DFEDE2
Tints of Off Green #DFEDE2
RGB
CMYK
RGB Variations
Color information
#DFEDE2 (or 0xDFEDE2) is known color: Off Green. HEX triplet: DF, ED and E2. RGB value is (223,237,226). Sum of RGB (Red+Green+Blue) = 223+237+226=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDE2 is #20121D. Grayscale: #E7E7E7. Windows color (decimal): -2101790 or 14872031. OLE color: 14872031.
HSL color Cylindrical-coordinate representation of color #DFEDE2: hue angle of 132.86º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDE2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 226 | - |
CMYK | 0.06 | 0 | 0.05 | 0.07 |
HSL | 132.86º | 0.28% | 0.9% | - |
HSV(B) | 132.86º | 0.06% | 0.93% | - |
XYZ | 74.44 | 81.75 | 83.81 | - |
YUV | 231.56 | 124.86 | 121.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 226 | 0.06 | 0 | 0.05 | 0.07 | 132.86 | 0.28 | 0.9 |
Hex | DF | ED | E2 | 6 | 0 | 5 | 7 | 85 | 1C | 5A |
Octal | 337 | 355 | 342 | 6 | 0 | 5 | 7 | 205 | 34 | 132 |
Binary | 11011111 | 11101101 | 11100010 | 110 | 0 | 101 | 111 | 10000101 | 11100 | 1011010 |
Color Harmonies of #DFEDE2
Complementary color
Monochromatic Colors of #DFEDE2
Black with #DFEDE2
Text Example
Text Example
White with #DFEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDE2; }
p { color: rgb(223,237,226); }
H1.HeaderClassName
{
color: #DFEDE2;
}
.AnyTagClassName
{
color: #DFEDE2;
}
</style>
background-color css
<style>
a { background-color: #DFEDE2; }
a { background-color: rgb(223,237,226); }
div.DivClassName
{
background-color: #DFEDE2;
}
.BgClassName
{
background-color: #DFEDE2;
}
</style>
border-color css
<style>
span { border-color: #DFEDE2; }
span { border-color: rgb(223,237,226); }
td.TdClassName
{
border-color: #DFEDE2;
}
.TagClassName
{
border-color: #DFEDE2;
}
</style>