#CCEDC6

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

Shades of Snowy Mint #CCEDC6

Tints of Snowy Mint #CCEDC6

Color information

#CCEDC6 (or 0xCCEDC6) is unknown color: approx Snowy Mint. HEX triplet: CC, ED and C6. RGB value is (204,237,198). Sum of RGB (Red+Green+Blue) = 204+237+198=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC6 is #331239. Grayscale: #DEDEDE. Windows color (decimal): -3347002 or 13037004. OLE color: 13037004.

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

Color convert

RGB204237198-
CMYK0.1400.160.07
HSL110.77º52%85.29%-
HSV(B)110.77º16.46%92.94%-
XYZ65.3877.4864.94-
YUV222.69114.07114.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 237 (92.97% from 255) = 37.09%
BLUE value IS 198 (77.73% from 255) = 30.99%
R=31.92%
G=37.09%
B=30.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371980.1400.160.07110.775285.29
HexCCEDC6E01076f3455
Octal31435530616020715764125
Binary110011001110110111000110111001000011111011111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDC6; }

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

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

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

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

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

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

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

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