#CDE1C6

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

Shades of Peppermint #CDE1C6

Tints of Peppermint #CDE1C6

Color information

#CDE1C6 (or 0xCDE1C6) is unknown color: approx Peppermint. HEX triplet: CD, E1 and C6. RGB value is (205,225,198). Sum of RGB (Red+Green+Blue) = 205+225+198=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1C6 is #321E39. Grayscale: #D8D8D8. Windows color (decimal): -3284538 or 13033933. OLE color: 13033933.

HSL color Cylindrical-coordinate representation of color #CDE1C6: hue angle of 104.44º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE1C6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB205225198-
CMYK0.0900.120.12
HSL104.44º31.03%82.94%-
HSV(B)104.44º12%88.24%-
XYZ62.370.9163.83-
YUV215.94117.87120.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=32.64%
G=35.83%
B=31.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251980.0900.120.12104.4431.0382.94
HexCDE1C690CC681f53
Octal315341306110141415037123
Binary11001101111000011100011010010110011001101000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1C6; }

 p { color: rgb(205,225,198); }

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

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

 a { background-color: rgb(205,225,198); }

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

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

 span { border-color: rgb(205,225,198); }

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