Shades of Snowy Mint #DDFFC7
Tints of Snowy Mint #DDFFC7
RGB
CMYK
RGB Variations
Color information
#DDFFC7 (or 0xDDFFC7) is known color: Snowy Mint. HEX triplet: DD, FF and C7. RGB value is (221,255,199). Sum of RGB (Red+Green+Blue) = 221+255+199=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFC7 is #220038. Grayscale: #EEEEEE. Windows color (decimal): -2228281 or 13107165. OLE color: 13107165.
HSL color Cylindrical-coordinate representation of color #DDFFC7: hue angle of 96.43º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDFFC7 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 199 | - |
| CMYK | 0.13 | 0 | 0.22 | 0 |
| HSL | 96.43º | 1% | 0.89% | - |
| HSV(B) | 96.43º | 0.22% | 1% | - |
| XYZ | 75.89 | 91.02 | 67.6 | - |
| YUV | 238.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 199 | 0.13 | 0 | 0.22 | 0 | 96.43 | 1 | 0.89 |
| Hex | DD | FF | C7 | D | 0 | 16 | 0 | 60 | 64 | 59 |
| Octal | 335 | 377 | 307 | 15 | 0 | 26 | 0 | 140 | 144 | 131 |
| Binary | 11011101 | 11111111 | 11000111 | 1101 | 0 | 10110 | 0 | 1100000 | 1100100 | 1011001 |
Color Harmonies of #DDFFC7
Complementary color
Monochromatic Colors of #DDFFC7
Black with #DDFFC7
Text Example
Text Example
White with #DDFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFC7; }
p { color: rgb(221,255,199); }
H1.HeaderClassName
{
color: #DDFFC7;
}
.AnyTagClassName
{
color: #DDFFC7;
}
</style>
background-color css
<style>
a { background-color: #DDFFC7; }
a { background-color: rgb(221,255,199); }
div.DivClassName
{
background-color: #DDFFC7;
}
.BgClassName
{
background-color: #DDFFC7;
}
</style>
border-color css
<style>
span { border-color: #DDFFC7; }
span { border-color: rgb(221,255,199); }
td.TdClassName
{
border-color: #DDFFC7;
}
.TagClassName
{
border-color: #DDFFC7;
}
</style>