Shades of Frosted Mint #DFFCE2
Tints of Frosted Mint #DFFCE2
RGB
CMYK
RGB Variations
Color information
#DFFCE2 (or 0xDFFCE2) is known color: Frosted Mint. HEX triplet: DF, FC and E2. RGB value is (223,252,226). Sum of RGB (Red+Green+Blue) = 223+252+226=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCE2 is #20031D. Grayscale: #F0F0F0. Windows color (decimal): -2097950 or 14875871. OLE color: 14875871.
HSL color Cylindrical-coordinate representation of color #DFFCE2: hue angle of 126.21º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFCE2 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 252 | 226 | - |
CMYK | 0.12 | 0 | 0.10 | 0.01 |
HSL | 126.21º | 0.83% | 0.93% | - |
HSV(B) | 126.21º | 0.12% | 0.99% | - |
XYZ | 78.97 | 90.8 | 85.32 | - |
YUV | 240.37 | 119.89 | 115.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 252 | 226 | 0.12 | 0 | 0.10 | 0.01 | 126.21 | 0.83 | 0.93 |
Hex | DF | FC | E2 | C | 0 | A | 1 | 7E | 53 | 5D |
Octal | 337 | 374 | 342 | 14 | 0 | 12 | 1 | 176 | 123 | 135 |
Binary | 11011111 | 11111100 | 11100010 | 1100 | 0 | 1010 | 1 | 1111110 | 1010011 | 1011101 |
Color Harmonies of #DFFCE2
Complementary color
Monochromatic Colors of #DFFCE2
Black with #DFFCE2
Text Example
Text Example
White with #DFFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFCE2; }
p { color: rgb(223,252,226); }
H1.HeaderClassName
{
color: #DFFCE2;
}
.AnyTagClassName
{
color: #DFFCE2;
}
</style>
background-color css
<style>
a { background-color: #DFFCE2; }
a { background-color: rgb(223,252,226); }
div.DivClassName
{
background-color: #DFFCE2;
}
.BgClassName
{
background-color: #DFFCE2;
}
</style>
border-color css
<style>
span { border-color: #DFFCE2; }
span { border-color: rgb(223,252,226); }
td.TdClassName
{
border-color: #DFFCE2;
}
.TagClassName
{
border-color: #DFFCE2;
}
</style>