#CEDDC9

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

Shades of Peppermint #CEDDC9

Tints of Peppermint #CEDDC9

Color information

#CEDDC9 (or 0xCEDDC9) is unknown color: approx Peppermint. HEX triplet: CE, DD and C9. RGB value is (206,221,201). Sum of RGB (Red+Green+Blue) = 206+221+201=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDC9 is #312236. Grayscale: #D6D6D6. Windows color (decimal): -3220023 or 13229518. OLE color: 13229518.

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

Color convert

RGB206221201-
CMYK0.0700.090.13
HSL105º22.73%82.75%-
HSV(B)105º9.05%86.67%-
XYZ61.8569.0565.33-
YUV214.24120.53122.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=32.80%
G=35.19%
B=32.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062212010.0700.090.1310522.7382.75
HexCEDDC9709D691753
Octal31633531170111515127123
Binary1100111011011101110010011110100111011101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDC9; }

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

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

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

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

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

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

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

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