#CCFCC6

Color #CCFCC6 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CCFCC6

Tints of Snowy Mint #CCFCC6

Color information

#CCFCC6 (or 0xCCFCC6) is unknown color: approx Snowy Mint. HEX triplet: CC, FC and C6. RGB value is (204,252,198). Sum of RGB (Red+Green+Blue) = 204+252+198=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC6 is #330339. Grayscale: #E7E7E7. Windows color (decimal): -3343162 or 13040844. OLE color: 13040844.

HSL color Cylindrical-coordinate representation of color #CCFCC6: hue angle of 113.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCFCC6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB204252198-
CMYK0.1900.210.01
HSL113.33º90%88.24%-
HSV(B)113.33º21.43%98.82%-
XYZ69.9186.5466.44-
YUV231.49109.1108.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=31.19%
G=38.53%
B=30.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521980.1900.210.01113.339088.24
HexCCFCC6130151715a58
Octal314374306230251161132130
Binary110011001111110011000110100110101011111000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCC6; }

 p { color: rgb(204,252,198); }

 H1.HeaderClassName
 {
   color: #CCFCC6;
 }
 .AnyTagClassName
 {
   color: #CCFCC6;
 }
</style>
background-color css

<style>
 a { background-color: #CCFCC6; }

 a { background-color: rgb(204,252,198); }

 div.DivClassName
 {
   background-color: #CCFCC6;
 }
 .BgClassName
 {
   background-color: #CCFCC6;
 }
</style>
border-color css

<style>
 span { border-color: #CCFCC6; }

 span { border-color: rgb(204,252,198); }

 td.TdClassName
 {
   border-color: #CCFCC6;
 }
 .TagClassName
 {
   border-color: #CCFCC6;
 }
</style>