#CEE0CB

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

Shades of Peppermint #CEE0CB

Tints of Peppermint #CEE0CB

Color information

#CEE0CB (or 0xCEE0CB) is unknown color: approx Peppermint. HEX triplet: CE, E0 and CB. RGB value is (206,224,203). Sum of RGB (Red+Green+Blue) = 206+224+203=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0CB is #311F34. Grayscale: #D8D8D8. Windows color (decimal): -3219253 or 13361358. OLE color: 13361358.

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

Color convert

RGB206224203-
CMYK0.0800.090.12
HSL111.43º25.3%83.73%-
HSV(B)111.43º9.38%87.84%-
XYZ62.8970.7466.84-
YUV216.22120.54120.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=32.54%
G=35.39%
B=32.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062242030.0800.090.12111.4325.383.73
HexCEE0CB809C6f1954
Octal316340313100111415731124
Binary11001110111000001100101110000100111001101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0CB; }

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

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

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

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

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

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

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

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