#CEDCC8

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

Shades of Peppermint #CEDCC8

Tints of Peppermint #CEDCC8

Color information

#CEDCC8 (or 0xCEDCC8) is unknown color: approx Peppermint. HEX triplet: CE, DC and C8. RGB value is (206,220,200). Sum of RGB (Red+Green+Blue) = 206+220+200=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCC8 is #312337. Grayscale: #D5D5D5. Windows color (decimal): -3220280 or 13163726. OLE color: 13163726.

HSL color Cylindrical-coordinate representation of color #CEDCC8: hue angle of 102º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDCC8 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB206220200-
CMYK0.0600.090.14
HSL102º22.22%82.35%-
HSV(B)102º9.09%86.27%-
XYZ61.4768.4864.62-
YUV213.53120.36122.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=32.91%
G=35.14%
B=31.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202000.0600.090.1410222.2282.35
HexCEDCC8609E661652
Octal31633431060111614626122
Binary1100111011011100110010001100100111101100110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCC8; }

 p { color: rgb(206,220,200); }

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

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

 a { background-color: rgb(206,220,200); }

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

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

 span { border-color: rgb(206,220,200); }

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