#CCEDC8

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

Shades of Snowy Mint #CCEDC8

Tints of Snowy Mint #CCEDC8

Color information

#CCEDC8 (or 0xCCEDC8) is unknown color: approx Snowy Mint. HEX triplet: CC, ED and C8. RGB value is (204,237,200). Sum of RGB (Red+Green+Blue) = 204+237+200=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC8 is #331237. Grayscale: #DFDFDF. Windows color (decimal): -3347000 or 13168076. OLE color: 13168076.

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

Color convert

RGB204237200-
CMYK0.1400.160.07
HSL113.51º50.68%85.69%-
HSV(B)113.51º15.61%92.94%-
XYZ65.6177.5866.16-
YUV222.92115.07114.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=31.83%
G=36.97%
B=31.20%

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
Decimal2042372000.1400.160.07113.5150.6885.69
HexCCEDC8E0107723356
Octal31435531016020716263126
Binary110011001110110111001000111001000011111100101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDC8; }

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

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

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

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

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

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

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

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