Shades of Snowy Mint #DCFDCD
Tints of Snowy Mint #DCFDCD
RGB
CMYK
RGB Variations
Color information
#DCFDCD (or 0xDCFDCD) is known color: Snowy Mint. HEX triplet: DC, FD and CD. RGB value is (220,253,205). Sum of RGB (Red+Green+Blue) = 220+253+205=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDCD is #230232. Grayscale: #EDEDED. Windows color (decimal): -2294323 or 13499868. OLE color: 13499868.
HSL color Cylindrical-coordinate representation of color #DCFDCD: hue angle of 101.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFDCD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 205 | - |
CMYK | 0.13 | 0 | 0.19 | 0.01 |
HSL | 101.25º | 0.92% | 0.9% | - |
HSV(B) | 101.25º | 0.19% | 0.99% | - |
XYZ | 75.66 | 89.87 | 71.12 | - |
YUV | 237.66 | 109.57 | 115.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 205 | 0.13 | 0 | 0.19 | 0.01 | 101.25 | 0.92 | 0.9 |
Hex | DC | FD | CD | D | 0 | 13 | 1 | 65 | 5C | 5A |
Octal | 334 | 375 | 315 | 15 | 0 | 23 | 1 | 145 | 134 | 132 |
Binary | 11011100 | 11111101 | 11001101 | 1101 | 0 | 10011 | 1 | 1100101 | 1011100 | 1011010 |
Color Harmonies of #DCFDCD
Complementary color
Monochromatic Colors of #DCFDCD
Black with #DCFDCD
Text Example
Text Example
White with #DCFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDCD; }
p { color: rgb(220,253,205); }
H1.HeaderClassName
{
color: #DCFDCD;
}
.AnyTagClassName
{
color: #DCFDCD;
}
</style>
background-color css
<style>
a { background-color: #DCFDCD; }
a { background-color: rgb(220,253,205); }
div.DivClassName
{
background-color: #DCFDCD;
}
.BgClassName
{
background-color: #DCFDCD;
}
</style>
border-color css
<style>
span { border-color: #DCFDCD; }
span { border-color: rgb(220,253,205); }
td.TdClassName
{
border-color: #DCFDCD;
}
.TagClassName
{
border-color: #DCFDCD;
}
</style>