#CCEBC7

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

Shades of Snowy Mint #CCEBC7

Tints of Snowy Mint #CCEBC7

Color information

#CCEBC7 (or 0xCCEBC7) is unknown color: approx Snowy Mint. HEX triplet: CC, EB and C7. RGB value is (204,235,199). Sum of RGB (Red+Green+Blue) = 204+235+199=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC7 is #331438. Grayscale: #DDDDDD. Windows color (decimal): -3347513 or 13102028. OLE color: 13102028.

HSL color Cylindrical-coordinate representation of color #CCEBC7: hue angle of 111.67º 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 #CCEBC7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB204235199-
CMYK0.1300.150.08
HSL111.67º47.37%85.1%-
HSV(B)111.67º15.32%92.16%-
XYZ64.9276.3865.35-
YUV221.63115.23115.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=31.97%
G=36.83%
B=31.19%

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
Decimal2042351990.1300.150.08111.6747.3785.1
HexCCEBC7D0F8702f55
Octal314353307150171016057125
Binary110011001110101111000111110101111100011100001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC7; }

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

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

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

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

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

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

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

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