#CEDDC8

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

Shades of Peppermint #CEDDC8

Tints of Peppermint #CEDDC8

Color information

#CEDDC8 (or 0xCEDDC8) is unknown color: approx Peppermint. HEX triplet: CE, DD and C8. RGB value is (206,221,200). Sum of RGB (Red+Green+Blue) = 206+221+200=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC8 is #312237. Grayscale: #D6D6D6. Windows color (decimal): -3220024 or 13163982. OLE color: 13163982.

HSL color Cylindrical-coordinate representation of color #CEDDC8: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB206221200-
CMYK0.0700.100.13
HSL102.86º23.6%82.55%-
HSV(B)102.86º9.5%86.67%-
XYZ61.746964.71-
YUV214.12120.03122.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=32.85%
G=35.25%
B=31.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062212000.0700.100.13102.8623.682.55
HexCEDDC870AD671853
Octal31633531070121514730123
Binary1100111011011101110010001110101011011100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDC8; }

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

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

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

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

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

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

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

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