#CEE2CB

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

Shades of Peppermint #CEE2CB

Tints of Peppermint #CEE2CB

Color information

#CEE2CB (or 0xCEE2CB) is unknown color: approx Peppermint. HEX triplet: CE, E2 and CB. RGB value is (206,226,203). Sum of RGB (Red+Green+Blue) = 206+226+203=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2CB is #311D34. Grayscale: #D9D9D9. Windows color (decimal): -3218741 or 13361870. OLE color: 13361870.

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

Color convert

RGB206226203-
CMYK0.0900.100.11
HSL112.17º28.4%84.12%-
HSV(B)112.17º10.18%88.63%-
XYZ63.4371.8367.02-
YUV217.4119.87119.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=32.44%
G=35.59%
B=31.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062262030.0900.100.11112.1728.484.12
HexCEE2CB90AB701c54
Octal316342313110121316034124
Binary11001110111000101100101110010101010111110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2CB; }

 p { color: rgb(206,226,203); }

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

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

 a { background-color: rgb(206,226,203); }

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

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

 span { border-color: rgb(206,226,203); }

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