Shades of Hint Of Green #DDF1D4
Tints of Hint Of Green #DDF1D4
RGB
CMYK
RGB Variations
Color information
#DDF1D4 (or 0xDDF1D4) is known color: Hint Of Green. HEX triplet: DD, F1 and D4. RGB value is (221,241,212). Sum of RGB (Red+Green+Blue) = 221+241+212=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D4 is #220E2B. Grayscale: #E7E7E7. Windows color (decimal): -2231852 or 13955549. OLE color: 13955549.
HSL color Cylindrical-coordinate representation of color #DDF1D4: hue angle of 101.38º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF1D4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 241 | 212 | - |
CMYK | 0.08 | 0 | 0.12 | 0.05 |
HSL | 101.38º | 0.51% | 0.89% | - |
HSV(B) | 101.38º | 0.12% | 0.95% | - |
XYZ | 73.16 | 83.04 | 74.46 | - |
YUV | 231.71 | 116.87 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 212 | 0.08 | 0 | 0.12 | 0.05 | 101.38 | 0.51 | 0.89 |
Hex | DD | F1 | D4 | 8 | 0 | C | 5 | 65 | 33 | 59 |
Octal | 335 | 361 | 324 | 10 | 0 | 14 | 5 | 145 | 63 | 131 |
Binary | 11011101 | 11110001 | 11010100 | 1000 | 0 | 1100 | 101 | 1100101 | 110011 | 1011001 |
Color Harmonies of #DDF1D4
Complementary color
Monochromatic Colors of #DDF1D4
Black with #DDF1D4
Text Example
Text Example
White with #DDF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1D4; }
p { color: rgb(221,241,212); }
H1.HeaderClassName
{
color: #DDF1D4;
}
.AnyTagClassName
{
color: #DDF1D4;
}
</style>
background-color css
<style>
a { background-color: #DDF1D4; }
a { background-color: rgb(221,241,212); }
div.DivClassName
{
background-color: #DDF1D4;
}
.BgClassName
{
background-color: #DDF1D4;
}
</style>
border-color css
<style>
span { border-color: #DDF1D4; }
span { border-color: rgb(221,241,212); }
td.TdClassName
{
border-color: #DDF1D4;
}
.TagClassName
{
border-color: #DDF1D4;
}
</style>