#CCFCC4

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

Shades of Snowy Mint #CCFCC4

Tints of Snowy Mint #CCFCC4

Color information

#CCFCC4 (or 0xCCFCC4) is unknown color: approx Snowy Mint. HEX triplet: CC, FC and C4. RGB value is (204,252,196). Sum of RGB (Red+Green+Blue) = 204+252+196=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC4 is #33033B. Grayscale: #E7E7E7. Windows color (decimal): -3343164 or 12909772. OLE color: 12909772.

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

Color convert

RGB204252196-
CMYK0.1900.220.01
HSL111.43º90.32%87.84%-
HSV(B)111.43º22.22%98.82%-
XYZ69.6886.4465.24-
YUV231.26108.1108.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 252 (98.83% from 255) = 38.65%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=31.29%
G=38.65%
B=30.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521960.1900.220.01111.4390.3287.84
HexCCFCC41301616f5a58
Octal314374304230261157132130
Binary110011001111110011000100100110101101110111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCC4; }

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

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

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

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

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

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

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

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