#CCEFC7

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

Shades of Snowy Mint #CCEFC7

Tints of Snowy Mint #CCEFC7

Color information

#CCEFC7 (or 0xCCEFC7) is unknown color: approx Snowy Mint. HEX triplet: CC, EF and C7. RGB value is (204,239,199). Sum of RGB (Red+Green+Blue) = 204+239+199=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC7 is #331038. Grayscale: #E0E0E0. Windows color (decimal): -3346489 or 13103052. OLE color: 13103052.

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

Color convert

RGB204239199-
CMYK0.1500.170.06
HSL112.5º55.56%85.88%-
HSV(B)112.5º16.74%93.73%-
XYZ66.0878.6965.74-
YUV223.98113.9113.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 239 (93.75% from 255) = 37.23%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=31.78%
G=37.23%
B=31.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042391990.1500.170.06112.555.5685.88
HexCCEFC7F0116703856
Octal31435730717021616070126
Binary110011001110111111000111111101000111011100001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFC7; }

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

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

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

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

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

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

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

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