#CDE0C5

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

Shades of Peppermint #CDE0C5

Tints of Peppermint #CDE0C5

Color information

#CDE0C5 (or 0xCDE0C5) is unknown color: approx Peppermint. HEX triplet: CD, E0 and C5. RGB value is (205,224,197). Sum of RGB (Red+Green+Blue) = 205+224+197=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C5 is #321F3A. Grayscale: #D7D7D7. Windows color (decimal): -3284795 or 12968141. OLE color: 12968141.

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

Color convert

RGB205224197-
CMYK0.0800.120.12
HSL102.22º30.34%82.55%-
HSV(B)102.22º12.05%87.84%-
XYZ61.9170.3263.13-
YUV215.24117.71120.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 197 (77.34% from 255) = 31.47%
R=32.75%
G=35.78%
B=31.47%

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
Decimal2052241970.0800.120.12102.2230.3482.55
HexCDE0C580CC661e53
Octal315340305100141414636123
Binary11001101111000001100010110000110011001100110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0C5; }

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

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

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

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

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

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

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

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