#CDE1C8

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

Shades of Peppermint #CDE1C8

Tints of Peppermint #CDE1C8

Color information

#CDE1C8 (or 0xCDE1C8) is unknown color: approx Peppermint. HEX triplet: CD, E1 and C8. RGB value is (205,225,200). Sum of RGB (Red+Green+Blue) = 205+225+200=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1C8 is #321E37. Grayscale: #D8D8D8. Windows color (decimal): -3284536 or 13165005. OLE color: 13165005.

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

Color convert

RGB205225200-
CMYK0.0900.110.12
HSL108º29.41%83.33%-
HSV(B)108º11.11%88.24%-
XYZ62.537165.05-
YUV216.17118.87120.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=32.54%
G=35.71%
B=31.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052252000.0900.110.1210829.4183.33
HexCDE1C890BC6c1d53
Octal315341310110131415435123
Binary11001101111000011100100010010101111001101100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1C8; }

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

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

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

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

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

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

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

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