#CEDECA

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

Shades of Peppermint #CEDECA

Tints of Peppermint #CEDECA

Color information

#CEDECA (or 0xCEDECA) is unknown color: approx Peppermint. HEX triplet: CE, DE and CA. RGB value is (206,222,202). Sum of RGB (Red+Green+Blue) = 206+222+202=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDECA is #312135. Grayscale: #D6D6D6. Windows color (decimal): -3219766 or 13295310. OLE color: 13295310.

HSL color Cylindrical-coordinate representation of color #CEDECA: hue angle of 108º 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 #CEDECA is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB206222202-
CMYK0.0700.090.13
HSL108º23.26%83.14%-
HSV(B)108º9.01%87.06%-
XYZ62.2469.6366.04-
YUV214.94120.7121.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=32.70%
G=35.24%
B=32.06%

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
Decimal2062222020.0700.090.1310823.2683.14
HexCEDECA709D6c1753
Octal31633631270111515427123
Binary1100111011011110110010101110100111011101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDECA; }

 p { color: rgb(206,222,202); }

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

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

 a { background-color: rgb(206,222,202); }

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

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

 span { border-color: rgb(206,222,202); }

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