#CCECC8

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

Shades of Snowy Mint #CCECC8

Tints of Snowy Mint #CCECC8

Color information

#CCECC8 (or 0xCCECC8) is unknown color: approx Snowy Mint. HEX triplet: CC, EC and C8. RGB value is (204,236,200). Sum of RGB (Red+Green+Blue) = 204+236+200=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC8 is #331337. Grayscale: #DEDEDE. Windows color (decimal): -3347256 or 13167820. OLE color: 13167820.

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

Color convert

RGB204236200-
CMYK0.1400.150.07
HSL113.33º48.65%85.49%-
HSV(B)113.33º15.25%92.55%-
XYZ65.327766.06-
YUV222.33115.4114.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=31.88%
G=36.88%
B=31.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362000.1400.150.07113.3348.6585.49
HexCCECC8E0F7713155
Octal31435431016017716161125
Binary11001100111011001100100011100111111111100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECC8; }

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

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

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

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

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

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

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

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