Shades of Snowy Mint #CCFBC5
Tints of Snowy Mint #CCFBC5
RGB
CMYK
RGB Variations
Color information
#CCFBC5 (or 0xCCFBC5) is known color: Snowy Mint. HEX triplet: CC, FB and C5. RGB value is (204,251,197). Sum of RGB (Red+Green+Blue) = 204+251+197=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBC5 is #33043A. Grayscale: #E6E6E6. Windows color (decimal): -3343419 or 12975052. OLE color: 12975052.
HSL color Cylindrical-coordinate representation of color #CCFBC5: hue angle of 112.22º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCFBC5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 197 | - |
CMYK | 0.19 | 0 | 0.22 | 0.02 |
HSL | 112.22º | 0.87% | 0.88% | - |
HSV(B) | 112.22º | 0.22% | 0.98% | - |
XYZ | 69.48 | 85.86 | 65.73 | - |
YUV | 230.79 | 108.93 | 108.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 197 | 0.19 | 0 | 0.22 | 0.02 | 112.22 | 0.87 | 0.88 |
Hex | CC | FB | C5 | 13 | 0 | 16 | 2 | 70 | 57 | 58 |
Octal | 314 | 373 | 305 | 23 | 0 | 26 | 2 | 160 | 127 | 130 |
Binary | 11001100 | 11111011 | 11000101 | 10011 | 0 | 10110 | 10 | 1110000 | 1010111 | 1011000 |
Color Harmonies of #CCFBC5
Complementary color
Monochromatic Colors of #CCFBC5
Black with #CCFBC5
Text Example
Text Example
White with #CCFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBC5; }
p { color: rgb(204,251,197); }
H1.HeaderClassName
{
color: #CCFBC5;
}
.AnyTagClassName
{
color: #CCFBC5;
}
</style>
background-color css
<style>
a { background-color: #CCFBC5; }
a { background-color: rgb(204,251,197); }
div.DivClassName
{
background-color: #CCFBC5;
}
.BgClassName
{
background-color: #CCFBC5;
}
</style>
border-color css
<style>
span { border-color: #CCFBC5; }
span { border-color: rgb(204,251,197); }
td.TdClassName
{
border-color: #CCFBC5;
}
.TagClassName
{
border-color: #CCFBC5;
}
</style>