#CDE0C9

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

Shades of Peppermint #CDE0C9

Tints of Peppermint #CDE0C9

Color information

#CDE0C9 (or 0xCDE0C9) is unknown color: approx Peppermint. HEX triplet: CD, E0 and C9. RGB value is (205,224,201). Sum of RGB (Red+Green+Blue) = 205+224+201=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C9 is #321F36. Grayscale: #D7D7D7. Windows color (decimal): -3284791 or 13230285. OLE color: 13230285.

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

Color convert

RGB205224201-
CMYK0.0800.100.12
HSL109.57º27.06%83.33%-
HSV(B)109.57º10.27%87.84%-
XYZ62.3870.5165.58-
YUV215.7119.71120.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=32.54%
G=35.56%
B=31.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242010.0800.100.12109.5727.0683.33
HexCDE0C980AC6e1b53
Octal315340311100121415633123
Binary11001101111000001100100110000101011001101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0C9; }

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

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

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

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

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

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

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

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