#CCEFC8

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

Shades of Snowy Mint #CCEFC8

Tints of Snowy Mint #CCEFC8

Color information

#CCEFC8 (or 0xCCEFC8) is unknown color: approx Snowy Mint. HEX triplet: CC, EF and C8. RGB value is (204,239,200). Sum of RGB (Red+Green+Blue) = 204+239+200=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC8 is #331037. Grayscale: #E0E0E0. Windows color (decimal): -3346488 or 13168588. OLE color: 13168588.

HSL color Cylindrical-coordinate representation of color #CCEFC8: hue angle of 113.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB204239200-
CMYK0.1500.160.06
HSL113.85º54.93%86.08%-
HSV(B)113.85º16.32%93.73%-
XYZ66.1978.7466.35-
YUV224.09114.4113.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=31.73%
G=37.17%
B=31.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392000.1500.160.06113.8554.9386.08
HexCCEFC8F0106723756
Octal31435731017020616267126
Binary110011001110111111001000111101000011011100101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFC8; }

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

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

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

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

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

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

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

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