#CCEBC6

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

Shades of Snowy Mint #CCEBC6

Tints of Snowy Mint #CCEBC6

Color information

#CCEBC6 (or 0xCCEBC6) is unknown color: approx Snowy Mint. HEX triplet: CC, EB and C6. RGB value is (204,235,198). Sum of RGB (Red+Green+Blue) = 204+235+198=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC6 is #331439. Grayscale: #DDDDDD. Windows color (decimal): -3347514 or 13036492. OLE color: 13036492.

HSL color Cylindrical-coordinate representation of color #CCEBC6: hue angle of 110.27º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEBC6 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB204235198-
CMYK0.1300.160.08
HSL110.27º48.05%84.9%-
HSV(B)110.27º15.74%92.16%-
XYZ64.876.3364.74-
YUV221.51114.73115.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 198 (77.73% from 255) = 31.08%
R=32.03%
G=36.89%
B=31.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351980.1300.160.08110.2748.0584.9
HexCCEBC6D01086e3055
Octal314353306150201015660125
Binary1100110011101011110001101101010000100011011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC6; }

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

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

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

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

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

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

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

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