#CDE0C6

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

Shades of Peppermint #CDE0C6

Tints of Peppermint #CDE0C6

Color information

#CDE0C6 (or 0xCDE0C6) is unknown color: approx Peppermint. HEX triplet: CD, E0 and C6. RGB value is (205,224,198). Sum of RGB (Red+Green+Blue) = 205+224+198=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C6 is #321F39. Grayscale: #D7D7D7. Windows color (decimal): -3284794 or 13033677. OLE color: 13033677.

HSL color Cylindrical-coordinate representation of color #CDE0C6: hue angle of 103.85º degrees, saturation: 0.3, 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 #CDE0C6 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB205224198-
CMYK0.0800.120.12
HSL103.85º29.55%82.75%-
HSV(B)103.85º11.61%87.84%-
XYZ62.0370.3763.74-
YUV215.36118.21120.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 224 (87.89% from 255) = 35.73%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=32.70%
G=35.73%
B=31.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241980.0800.120.12103.8529.5582.75
HexCDE0C680CC681e53
Octal315340306100141415036123
Binary11001101111000001100011010000110011001101000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0C6; }

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

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

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

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

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

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

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

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