#CCEEC6

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

Shades of Snowy Mint #CCEEC6

Tints of Snowy Mint #CCEEC6

Color information

#CCEEC6 (or 0xCCEEC6) is unknown color: approx Snowy Mint. HEX triplet: CC, EE and C6. RGB value is (204,238,198). Sum of RGB (Red+Green+Blue) = 204+238+198=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC6 is #331139. Grayscale: #DFDFDF. Windows color (decimal): -3346746 or 13037260. OLE color: 13037260.

HSL color Cylindrical-coordinate representation of color #CCEEC6: hue angle of 111º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEEC6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB204238198-
CMYK0.1400.170.07
HSL111º54.05%85.49%-
HSV(B)111º16.81%93.33%-
XYZ65.6778.0665.03-
YUV223.27113.74114.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 198 (77.73% from 255) = 30.94%
R=31.88%
G=37.19%
B=30.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381980.1400.170.0711154.0585.49
HexCCEEC6E01176f3655
Octal31435630616021715766125
Binary110011001110111011000110111001000111111011111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEC6; }

 p { color: rgb(204,238,198); }

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

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

 a { background-color: rgb(204,238,198); }

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

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

 span { border-color: rgb(204,238,198); }

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