Shades of Snowy Mint #DCFCCC
Tints of Snowy Mint #DCFCCC
RGB
CMYK
RGB Variations
Color information
#DCFCCC (or 0xDCFCCC) is known color: Snowy Mint. HEX triplet: DC, FC and CC. RGB value is (220,252,204). Sum of RGB (Red+Green+Blue) = 220+252+204=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCC is #230333. Grayscale: #EDEDED. Windows color (decimal): -2294580 or 13434076. OLE color: 13434076.
HSL color Cylindrical-coordinate representation of color #DCFCCC: hue angle of 100º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCFCCC is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 204 | - |
CMYK | 0.13 | 0 | 0.19 | 0.01 |
HSL | 100º | 0.89% | 0.89% | - |
HSV(B) | 100º | 0.19% | 0.99% | - |
XYZ | 75.22 | 89.2 | 70.38 | - |
YUV | 236.96 | 109.4 | 115.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 204 | 0.13 | 0 | 0.19 | 0.01 | 100 | 0.89 | 0.89 |
Hex | DC | FC | CC | D | 0 | 13 | 1 | 64 | 59 | 59 |
Octal | 334 | 374 | 314 | 15 | 0 | 23 | 1 | 144 | 131 | 131 |
Binary | 11011100 | 11111100 | 11001100 | 1101 | 0 | 10011 | 1 | 1100100 | 1011001 | 1011001 |
Color Harmonies of #DCFCCC
Complementary color
Monochromatic Colors of #DCFCCC
Black with #DCFCCC
Text Example
Text Example
White with #DCFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCCC; }
p { color: rgb(220,252,204); }
H1.HeaderClassName
{
color: #DCFCCC;
}
.AnyTagClassName
{
color: #DCFCCC;
}
</style>
background-color css
<style>
a { background-color: #DCFCCC; }
a { background-color: rgb(220,252,204); }
div.DivClassName
{
background-color: #DCFCCC;
}
.BgClassName
{
background-color: #DCFCCC;
}
</style>
border-color css
<style>
span { border-color: #DCFCCC; }
span { border-color: rgb(220,252,204); }
td.TdClassName
{
border-color: #DCFCCC;
}
.TagClassName
{
border-color: #DCFCCC;
}
</style>