#CCF2C8

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

Shades of Snowy Mint #CCF2C8

Tints of Snowy Mint #CCF2C8

Color information

#CCF2C8 (or 0xCCF2C8) is unknown color: approx Snowy Mint. HEX triplet: CC, F2 and C8. RGB value is (204,242,200). Sum of RGB (Red+Green+Blue) = 204+242+200=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2C8 is #330D37. Grayscale: #E1E1E1. Windows color (decimal): -3345720 or 13169356. OLE color: 13169356.

HSL color Cylindrical-coordinate representation of color #CCF2C8: hue angle of 114.29º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF2C8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB204242200-
CMYK0.1600.170.05
HSL114.29º61.76%86.67%-
HSV(B)114.29º17.36%94.9%-
XYZ67.0880.5166.65-
YUV225.85113.41112.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 200 (78.52% from 255) = 30.96%
R=31.58%
G=37.46%
B=30.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422000.1600.170.05114.2961.7686.67
HexCCF2C8100115723e57
Octal31436231020021516276127
Binary1100110011110010110010001000001000110111100101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2C8; }

 p { color: rgb(204,242,200); }

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

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

 a { background-color: rgb(204,242,200); }

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

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

 span { border-color: rgb(204,242,200); }

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