#CDE0C8

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

Shades of Peppermint #CDE0C8

Tints of Peppermint #CDE0C8

Color information

#CDE0C8 (or 0xCDE0C8) is unknown color: approx Peppermint. HEX triplet: CD, E0 and C8. RGB value is (205,224,200). Sum of RGB (Red+Green+Blue) = 205+224+200=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0C8 is #321F37. Grayscale: #D7D7D7. Windows color (decimal): -3284792 or 13164749. OLE color: 13164749.

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

Color convert

RGB205224200-
CMYK0.0800.110.12
HSL107.5º27.91%83.14%-
HSV(B)107.5º10.71%87.84%-
XYZ62.2670.4664.96-
YUV215.58119.21120.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=32.59%
G=35.61%
B=31.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242000.0800.110.12107.527.9183.14
HexCDE0C880BC6b1c53
Octal315340310100131415334123
Binary11001101111000001100100010000101111001101011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0C8; }

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

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

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

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

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

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

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

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