#CCFCC7

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

Shades of Snowy Mint #CCFCC7

Tints of Snowy Mint #CCFCC7

Color information

#CCFCC7 (or 0xCCFCC7) is unknown color: approx Snowy Mint. HEX triplet: CC, FC and C7. RGB value is (204,252,199). Sum of RGB (Red+Green+Blue) = 204+252+199=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCC7 is #330338. Grayscale: #E7E7E7. Windows color (decimal): -3343161 or 13106380. OLE color: 13106380.

HSL color Cylindrical-coordinate representation of color #CCFCC7: hue angle of 114.34º 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 #CCFCC7 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB204252199-
CMYK0.1900.210.01
HSL114.34º89.83%88.43%-
HSV(B)114.34º21.03%98.82%-
XYZ70.0286.5867.05-
YUV231.61109.6108.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 199 (78.12% from 255) = 30.38%
R=31.15%
G=38.47%
B=30.38%

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
Decimal2042521990.1900.210.01114.3489.8388.43
HexCCFCC7130151725a58
Octal314374307230251162132130
Binary110011001111110011000111100110101011111001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCC7; }

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

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

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

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

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

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

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

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