Shades of Snowy Mint #DCFEC8
Tints of Snowy Mint #DCFEC8
RGB
CMYK
RGB Variations
Color information
#DCFEC8 (or 0xDCFEC8) is known color: Snowy Mint. HEX triplet: DC, FE and C8. RGB value is (220,254,200). Sum of RGB (Red+Green+Blue) = 220+254+200=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 200 (78.52% from 255 or 29.67% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEC8 is #230137. Grayscale: #EDEDED. Windows color (decimal): -2294072 or 13172444. OLE color: 13172444.
HSL color Cylindrical-coordinate representation of color #DCFEC8: hue angle of 97.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFEC8 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 200 | - |
CMYK | 0.13 | 0 | 0.21 | 0.00 |
HSL | 97.78º | 0.96% | 0.89% | - |
HSV(B) | 97.78º | 0.21% | 1% | - |
XYZ | 75.38 | 90.27 | 68.09 | - |
YUV | 237.68 | 106.74 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 200 | 0.13 | 0 | 0.21 | 0.00 | 97.78 | 0.96 | 0.89 |
Hex | DC | FE | C8 | D | 0 | 15 | 0 | 62 | 60 | 59 |
Octal | 334 | 376 | 310 | 15 | 0 | 25 | 0 | 142 | 140 | 131 |
Binary | 11011100 | 11111110 | 11001000 | 1101 | 0 | 10101 | 0 | 1100010 | 1100000 | 1011001 |
Color Harmonies of #DCFEC8
Complementary color
Monochromatic Colors of #DCFEC8
Black with #DCFEC8
Text Example
Text Example
White with #DCFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEC8; }
p { color: rgb(220,254,200); }
H1.HeaderClassName
{
color: #DCFEC8;
}
.AnyTagClassName
{
color: #DCFEC8;
}
</style>
background-color css
<style>
a { background-color: #DCFEC8; }
a { background-color: rgb(220,254,200); }
div.DivClassName
{
background-color: #DCFEC8;
}
.BgClassName
{
background-color: #DCFEC8;
}
</style>
border-color css
<style>
span { border-color: #DCFEC8; }
span { border-color: rgb(220,254,200); }
td.TdClassName
{
border-color: #DCFEC8;
}
.TagClassName
{
border-color: #DCFEC8;
}
</style>