Shades of Hint Of Green #DFF1D6
Tints of Hint Of Green #DFF1D6
RGB
CMYK
RGB Variations
Color information
#DFF1D6 (or 0xDFF1D6) is known color: Hint Of Green. HEX triplet: DF, F1 and D6. RGB value is (223,241,214). Sum of RGB (Red+Green+Blue) = 223+241+214=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1D6 is #200E29. Grayscale: #E8E8E8. Windows color (decimal): -2100778 or 14086623. OLE color: 14086623.
HSL color Cylindrical-coordinate representation of color #DFF1D6: hue angle of 100º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF1D6 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 241 | 214 | - |
CMYK | 0.07 | 0 | 0.11 | 0.05 |
HSL | 100º | 0.49% | 0.89% | - |
HSV(B) | 100º | 0.11% | 0.95% | - |
XYZ | 74.02 | 83.45 | 75.82 | - |
YUV | 232.54 | 117.54 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 241 | 214 | 0.07 | 0 | 0.11 | 0.05 | 100 | 0.49 | 0.89 |
Hex | DF | F1 | D6 | 7 | 0 | B | 5 | 64 | 31 | 59 |
Octal | 337 | 361 | 326 | 7 | 0 | 13 | 5 | 144 | 61 | 131 |
Binary | 11011111 | 11110001 | 11010110 | 111 | 0 | 1011 | 101 | 1100100 | 110001 | 1011001 |
Color Harmonies of #DFF1D6
Complementary color
Monochromatic Colors of #DFF1D6
Black with #DFF1D6
Text Example
Text Example
White with #DFF1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1D6; }
p { color: rgb(223,241,214); }
H1.HeaderClassName
{
color: #DFF1D6;
}
.AnyTagClassName
{
color: #DFF1D6;
}
</style>
background-color css
<style>
a { background-color: #DFF1D6; }
a { background-color: rgb(223,241,214); }
div.DivClassName
{
background-color: #DFF1D6;
}
.BgClassName
{
background-color: #DFF1D6;
}
</style>
border-color css
<style>
span { border-color: #DFF1D6; }
span { border-color: rgb(223,241,214); }
td.TdClassName
{
border-color: #DFF1D6;
}
.TagClassName
{
border-color: #DFF1D6;
}
</style>