#CCE4C6

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

Shades of Peppermint #CCE4C6

Tints of Peppermint #CCE4C6

Color information

#CCE4C6 (or 0xCCE4C6) is unknown color: approx Peppermint. HEX triplet: CC, E4 and C6. RGB value is (204,228,198). Sum of RGB (Red+Green+Blue) = 204+228+198=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4C6 is #331B39. Grayscale: #D9D9D9. Windows color (decimal): -3349306 or 13034700. OLE color: 13034700.

HSL color Cylindrical-coordinate representation of color #CCE4C6: hue angle of 108º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE4C6 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB204228198-
CMYK0.1100.130.11
HSL108º35.71%83.53%-
HSV(B)108º13.16%89.41%-
XYZ62.8472.464.09-
YUV217.4117.05118.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 228 (89.45% from 255) = 36.19%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=32.38%
G=36.19%
B=31.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281980.1100.130.1110835.7183.53
HexCCE4C6B0DB6c2454
Octal314344306130151315444124
Binary110011001110010011000110101101101101111011001001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4C6; }

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

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

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

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

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

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

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

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