#CEE1CB

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

Shades of Peppermint #CEE1CB

Tints of Peppermint #CEE1CB

Color information

#CEE1CB (or 0xCEE1CB) is unknown color: approx Peppermint. HEX triplet: CE, E1 and CB. RGB value is (206,225,203). Sum of RGB (Red+Green+Blue) = 206+225+203=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CB is #311E34. Grayscale: #D8D8D8. Windows color (decimal): -3218997 or 13361614. OLE color: 13361614.

HSL color Cylindrical-coordinate representation of color #CEE1CB: hue angle of 111.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE1CB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB206225203-
CMYK0.0800.100.12
HSL111.82º26.83%83.92%-
HSV(B)111.82º9.78%88.24%-
XYZ63.1671.2866.93-
YUV216.81120.21120.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.49%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 203 (79.69% from 255) = 32.02%
R=32.49%
G=35.49%
B=32.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252030.0800.100.12111.8226.8383.92
HexCEE1CB80AC701b54
Octal316341313100121416033124
Binary11001110111000011100101110000101011001110000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1CB; }

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

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

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

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

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

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

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

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