Shades of Snowy Mint #DCFCCF
Tints of Snowy Mint #DCFCCF
RGB
CMYK
RGB Variations
Color information
#DCFCCF (or 0xDCFCCF) is known color: Snowy Mint. HEX triplet: DC, FC and CF. RGB value is (220,252,207). Sum of RGB (Red+Green+Blue) = 220+252+207=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCCF is #230330. Grayscale: #EDEDED. Windows color (decimal): -2294577 or 13630684. OLE color: 13630684.
HSL color Cylindrical-coordinate representation of color #DCFCCF: hue angle of 102.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCFCCF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 252 | 207 | - |
CMYK | 0.13 | 0 | 0.18 | 0.01 |
HSL | 102.67º | 0.88% | 0.9% | - |
HSV(B) | 102.67º | 0.18% | 0.99% | - |
XYZ | 75.59 | 89.34 | 72.29 | - |
YUV | 237.3 | 110.9 | 115.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 252 | 207 | 0.13 | 0 | 0.18 | 0.01 | 102.67 | 0.88 | 0.9 |
Hex | DC | FC | CF | D | 0 | 12 | 1 | 67 | 58 | 5A |
Octal | 334 | 374 | 317 | 15 | 0 | 22 | 1 | 147 | 130 | 132 |
Binary | 11011100 | 11111100 | 11001111 | 1101 | 0 | 10010 | 1 | 1100111 | 1011000 | 1011010 |
Color Harmonies of #DCFCCF
Complementary color
Monochromatic Colors of #DCFCCF
Black with #DCFCCF
Text Example
Text Example
White with #DCFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCCF; }
p { color: rgb(220,252,207); }
H1.HeaderClassName
{
color: #DCFCCF;
}
.AnyTagClassName
{
color: #DCFCCF;
}
</style>
background-color css
<style>
a { background-color: #DCFCCF; }
a { background-color: rgb(220,252,207); }
div.DivClassName
{
background-color: #DCFCCF;
}
.BgClassName
{
background-color: #DCFCCF;
}
</style>
border-color css
<style>
span { border-color: #DCFCCF; }
span { border-color: rgb(220,252,207); }
td.TdClassName
{
border-color: #DCFCCF;
}
.TagClassName
{
border-color: #DCFCCF;
}
</style>