Shades of Snowy Mint #CCFEC7
Tints of Snowy Mint #CCFEC7
RGB
CMYK
RGB Variations
Color information
#CCFEC7 (or 0xCCFEC7) is known color: Snowy Mint. HEX triplet: CC, FE and C7. RGB value is (204,254,199). Sum of RGB (Red+Green+Blue) = 204+254+199=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEC7 is #330138. Grayscale: #E8E8E8. Windows color (decimal): -3342649 or 13106892. OLE color: 13106892.
HSL color Cylindrical-coordinate representation of color #CCFEC7: hue angle of 114.55º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCFEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 199 | - |
CMYK | 0.20 | 0 | 0.22 | 0.00 |
HSL | 114.55º | 0.96% | 0.89% | - |
HSV(B) | 114.55º | 0.22% | 1% | - |
XYZ | 70.65 | 87.84 | 67.26 | - |
YUV | 232.78 | 108.94 | 107.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 199 | 0.20 | 0 | 0.22 | 0.00 | 114.55 | 0.96 | 0.89 |
Hex | CC | FE | C7 | 14 | 0 | 16 | 0 | 73 | 60 | 59 |
Octal | 314 | 376 | 307 | 24 | 0 | 26 | 0 | 163 | 140 | 131 |
Binary | 11001100 | 11111110 | 11000111 | 10100 | 0 | 10110 | 0 | 1110011 | 1100000 | 1011001 |
Color Harmonies of #CCFEC7
Complementary color
Monochromatic Colors of #CCFEC7
Black with #CCFEC7
Text Example
Text Example
White with #CCFEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEC7; }
p { color: rgb(204,254,199); }
H1.HeaderClassName
{
color: #CCFEC7;
}
.AnyTagClassName
{
color: #CCFEC7;
}
</style>
background-color css
<style>
a { background-color: #CCFEC7; }
a { background-color: rgb(204,254,199); }
div.DivClassName
{
background-color: #CCFEC7;
}
.BgClassName
{
background-color: #CCFEC7;
}
</style>
border-color css
<style>
span { border-color: #CCFEC7; }
span { border-color: rgb(204,254,199); }
td.TdClassName
{
border-color: #CCFEC7;
}
.TagClassName
{
border-color: #CCFEC7;
}
</style>