Shades of Frosted Mint #DCFADE
Tints of Frosted Mint #DCFADE
RGB
CMYK
RGB Variations
Color information
#DCFADE (or 0xDCFADE) is known color: Frosted Mint. HEX triplet: DC, FA and DE. RGB value is (220,250,222). Sum of RGB (Red+Green+Blue) = 220+250+222=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADE is #230521. Grayscale: #EDEDED. Windows color (decimal): -2295074 or 14613212. OLE color: 14613212.
HSL color Cylindrical-coordinate representation of color #DCFADE: hue angle of 124º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFADE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 250 | 222 | - |
CMYK | 0.12 | 0 | 0.11 | 0.02 |
HSL | 124º | 0.75% | 0.92% | - |
HSV(B) | 124º | 0.12% | 0.98% | - |
XYZ | 76.89 | 88.86 | 82.21 | - |
YUV | 237.84 | 119.06 | 115.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 250 | 222 | 0.12 | 0 | 0.11 | 0.02 | 124 | 0.75 | 0.92 |
Hex | DC | FA | DE | C | 0 | B | 2 | 7C | 4B | 5C |
Octal | 334 | 372 | 336 | 14 | 0 | 13 | 2 | 174 | 113 | 134 |
Binary | 11011100 | 11111010 | 11011110 | 1100 | 0 | 1011 | 10 | 1111100 | 1001011 | 1011100 |
Color Harmonies of #DCFADE
Complementary color
Monochromatic Colors of #DCFADE
Black with #DCFADE
Text Example
Text Example
White with #DCFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFADE; }
p { color: rgb(220,250,222); }
H1.HeaderClassName
{
color: #DCFADE;
}
.AnyTagClassName
{
color: #DCFADE;
}
</style>
background-color css
<style>
a { background-color: #DCFADE; }
a { background-color: rgb(220,250,222); }
div.DivClassName
{
background-color: #DCFADE;
}
.BgClassName
{
background-color: #DCFADE;
}
</style>
border-color css
<style>
span { border-color: #DCFADE; }
span { border-color: rgb(220,250,222); }
td.TdClassName
{
border-color: #DCFADE;
}
.TagClassName
{
border-color: #DCFADE;
}
</style>