#CCEBC8

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

Shades of Snowy Mint #CCEBC8

Tints of Snowy Mint #CCEBC8

Color information

#CCEBC8 (or 0xCCEBC8) is unknown color: approx Snowy Mint. HEX triplet: CC, EB and C8. RGB value is (204,235,200). Sum of RGB (Red+Green+Blue) = 204+235+200=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC8 is #331437. Grayscale: #DDDDDD. Windows color (decimal): -3347512 or 13167564. OLE color: 13167564.

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

Color convert

RGB204235200-
CMYK0.1300.150.08
HSL113.14º46.67%85.29%-
HSV(B)113.14º14.89%92.16%-
XYZ65.0476.4265.97-
YUV221.74115.73115.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 200 (78.52% from 255) = 31.30%
R=31.92%
G=36.78%
B=31.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352000.1300.150.08113.1446.6785.29
HexCCEBC8D0F8712f55
Octal314353310150171016157125
Binary110011001110101111001000110101111100011100011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC8; }

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

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

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

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

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

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

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

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