Shades of Snowy Mint #DCFDCA
Tints of Snowy Mint #DCFDCA
RGB
CMYK
RGB Variations
Color information
#DCFDCA (or 0xDCFDCA) is known color: Snowy Mint. HEX triplet: DC, FD and CA. RGB value is (220,253,202). Sum of RGB (Red+Green+Blue) = 220+253+202=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDCA is #230235. Grayscale: #EDEDED. Windows color (decimal): -2294326 or 13303260. OLE color: 13303260.
HSL color Cylindrical-coordinate representation of color #DCFDCA: hue angle of 98.82º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFDCA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 202 | - |
CMYK | 0.13 | 0 | 0.20 | 0.01 |
HSL | 98.82º | 0.93% | 0.89% | - |
HSV(B) | 98.82º | 0.2% | 0.99% | - |
XYZ | 75.3 | 89.73 | 69.23 | - |
YUV | 237.32 | 108.07 | 115.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 202 | 0.13 | 0 | 0.20 | 0.01 | 98.82 | 0.93 | 0.89 |
Hex | DC | FD | CA | D | 0 | 14 | 1 | 63 | 5D | 59 |
Octal | 334 | 375 | 312 | 15 | 0 | 24 | 1 | 143 | 135 | 131 |
Binary | 11011100 | 11111101 | 11001010 | 1101 | 0 | 10100 | 1 | 1100011 | 1011101 | 1011001 |
Color Harmonies of #DCFDCA
Complementary color
Monochromatic Colors of #DCFDCA
Black with #DCFDCA
Text Example
Text Example
White with #DCFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDCA; }
p { color: rgb(220,253,202); }
H1.HeaderClassName
{
color: #DCFDCA;
}
.AnyTagClassName
{
color: #DCFDCA;
}
</style>
background-color css
<style>
a { background-color: #DCFDCA; }
a { background-color: rgb(220,253,202); }
div.DivClassName
{
background-color: #DCFDCA;
}
.BgClassName
{
background-color: #DCFDCA;
}
</style>
border-color css
<style>
span { border-color: #DCFDCA; }
span { border-color: rgb(220,253,202); }
td.TdClassName
{
border-color: #DCFDCA;
}
.TagClassName
{
border-color: #DCFDCA;
}
</style>