Shades of Hint Of Green #DFFDD0
Tints of Hint Of Green #DFFDD0
RGB
CMYK
RGB Variations
Color information
#DFFDD0 (or 0xDFFDD0) is known color: Hint Of Green. HEX triplet: DF, FD and D0. RGB value is (223,253,208). Sum of RGB (Red+Green+Blue) = 223+253+208=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 208 (81.64% from 255 or 30.41% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDD0 is #20022F. Grayscale: #EFEFEF. Windows color (decimal): -2097712 or 13696479. OLE color: 13696479.
HSL color Cylindrical-coordinate representation of color #DFFDD0: hue angle of 100º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFFDD0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 253 | 208 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.01 |
| HSL | 100º | 0.92% | 0.9% | - |
| HSV(B) | 100º | 0.18% | 0.99% | - |
| XYZ | 76.94 | 90.49 | 73.09 | - |
| YUV | 238.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 253 | 208 | 0.12 | 0 | 0.18 | 0.01 | 100 | 0.92 | 0.9 |
| Hex | DF | FD | D0 | C | 0 | 12 | 1 | 64 | 5C | 5A |
| Octal | 337 | 375 | 320 | 14 | 0 | 22 | 1 | 144 | 134 | 132 |
| Binary | 11011111 | 11111101 | 11010000 | 1100 | 0 | 10010 | 1 | 1100100 | 1011100 | 1011010 |
Color Harmonies of #DFFDD0
Complementary color
Monochromatic Colors of #DFFDD0
Black with #DFFDD0
Text Example
Text Example
White with #DFFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFDD0; }
p { color: rgb(223,253,208); }
H1.HeaderClassName
{
color: #DFFDD0;
}
.AnyTagClassName
{
color: #DFFDD0;
}
</style>
background-color css
<style>
a { background-color: #DFFDD0; }
a { background-color: rgb(223,253,208); }
div.DivClassName
{
background-color: #DFFDD0;
}
.BgClassName
{
background-color: #DFFDD0;
}
</style>
border-color css
<style>
span { border-color: #DFFDD0; }
span { border-color: rgb(223,253,208); }
td.TdClassName
{
border-color: #DFFDD0;
}
.TagClassName
{
border-color: #DFFDD0;
}
</style>