#CEDDC7

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

Shades of Peppermint #CEDDC7

Tints of Peppermint #CEDDC7

Color information

#CEDDC7 (or 0xCEDDC7) is unknown color: approx Peppermint. HEX triplet: CE, DD and C7. RGB value is (206,221,199). Sum of RGB (Red+Green+Blue) = 206+221+199=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC7 is #312238. Grayscale: #D6D6D6. Windows color (decimal): -3220025 or 13098446. OLE color: 13098446.

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

Color convert

RGB206221199-
CMYK0.0700.100.13
HSL100.91º24.44%82.35%-
HSV(B)100.91º9.95%86.67%-
XYZ61.6268.9664.1-
YUV214.01119.53122.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 199 (78.12% from 255) = 31.79%
R=32.91%
G=35.30%
B=31.79%

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
Decimal2062211990.0700.100.13100.9124.4482.35
HexCEDDC770AD651852
Octal31633530770121514530122
Binary1100111011011101110001111110101011011100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDC7; }

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

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

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

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

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

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

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

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