Shades of Snowy Mint #CFEDC8
Tints of Snowy Mint #CFEDC8
RGB
CMYK
RGB Variations
Color information
#CFEDC8 (or 0xCFEDC8) is known color: Snowy Mint. HEX triplet: CF, ED and C8. RGB value is (207,237,200). Sum of RGB (Red+Green+Blue) = 207+237+200=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC8 is #301237. Grayscale: #DFDFDF. Windows color (decimal): -3150392 or 13168079. OLE color: 13168079.
HSL color Cylindrical-coordinate representation of color #CFEDC8: hue angle of 108.65º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFEDC8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 200 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.07 |
| HSL | 108.65º | 0.51% | 0.86% | - |
| HSV(B) | 108.65º | 0.16% | 0.93% | - |
| XYZ | 66.44 | 78 | 66.2 | - |
| YUV | 223.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 200 | 0.13 | 0 | 0.16 | 0.07 | 108.65 | 0.51 | 0.86 |
| Hex | CF | ED | C8 | D | 0 | 10 | 7 | 6D | 33 | 56 |
| Octal | 317 | 355 | 310 | 15 | 0 | 20 | 7 | 155 | 63 | 126 |
| Binary | 11001111 | 11101101 | 11001000 | 1101 | 0 | 10000 | 111 | 1101101 | 110011 | 1010110 |
Color Harmonies of #CFEDC8
Complementary color
Monochromatic Colors of #CFEDC8
Black with #CFEDC8
Text Example
Text Example
White with #CFEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDC8; }
p { color: rgb(207,237,200); }
H1.HeaderClassName
{
color: #CFEDC8;
}
.AnyTagClassName
{
color: #CFEDC8;
}
</style>
background-color css
<style>
a { background-color: #CFEDC8; }
a { background-color: rgb(207,237,200); }
div.DivClassName
{
background-color: #CFEDC8;
}
.BgClassName
{
background-color: #CFEDC8;
}
</style>
border-color css
<style>
span { border-color: #CFEDC8; }
span { border-color: rgb(207,237,200); }
td.TdClassName
{
border-color: #CFEDC8;
}
.TagClassName
{
border-color: #CFEDC8;
}
</style>