Shades of Frosted Mint #DCFDDE
Tints of Frosted Mint #DCFDDE
RGB
CMYK
RGB Variations
Color information
#DCFDDE (or 0xDCFDDE) is known color: Frosted Mint. HEX triplet: DC, FD and DE. RGB value is (220,253,222). Sum of RGB (Red+Green+Blue) = 220+253+222=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDDE is #230221. Grayscale: #EFEFEF. Windows color (decimal): -2294306 or 14613980. OLE color: 14613980.
HSL color Cylindrical-coordinate representation of color #DCFDDE: hue angle of 123.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFDDE is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 222 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.01 |
| HSL | 123.64º | 0.89% | 0.93% | - |
| HSV(B) | 123.64º | 0.13% | 0.99% | - |
| XYZ | 77.83 | 90.74 | 82.52 | - |
| YUV | 239.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 222 | 0.13 | 0 | 0.12 | 0.01 | 123.64 | 0.89 | 0.93 |
| Hex | DC | FD | DE | D | 0 | C | 1 | 7C | 59 | 5D |
| Octal | 334 | 375 | 336 | 15 | 0 | 14 | 1 | 174 | 131 | 135 |
| Binary | 11011100 | 11111101 | 11011110 | 1101 | 0 | 1100 | 1 | 1111100 | 1011001 | 1011101 |
Color Harmonies of #DCFDDE
Complementary color
Monochromatic Colors of #DCFDDE
Black with #DCFDDE
Text Example
Text Example
White with #DCFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDDE; }
p { color: rgb(220,253,222); }
H1.HeaderClassName
{
color: #DCFDDE;
}
.AnyTagClassName
{
color: #DCFDDE;
}
</style>
background-color css
<style>
a { background-color: #DCFDDE; }
a { background-color: rgb(220,253,222); }
div.DivClassName
{
background-color: #DCFDDE;
}
.BgClassName
{
background-color: #DCFDDE;
}
</style>
border-color css
<style>
span { border-color: #DCFDDE; }
span { border-color: rgb(220,253,222); }
td.TdClassName
{
border-color: #DCFDDE;
}
.TagClassName
{
border-color: #DCFDDE;
}
</style>