#CDDEC9

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

Shades of Peppermint #CDDEC9

Tints of Peppermint #CDDEC9

Color information

#CDDEC9 (or 0xCDDEC9) is unknown color: approx Peppermint. HEX triplet: CD, DE and C9. RGB value is (205,222,201). Sum of RGB (Red+Green+Blue) = 205+222+201=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEC9 is #322136. Grayscale: #D6D6D6. Windows color (decimal): -3285303 or 13229773. OLE color: 13229773.

HSL color Cylindrical-coordinate representation of color #CDDEC9: hue angle of 108.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB205222201-
CMYK0.0800.090.13
HSL108.57º24.14%82.94%-
HSV(B)108.57º9.46%87.06%-
XYZ61.8469.4465.4-
YUV214.52120.37121.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=32.64%
G=35.35%
B=32.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052222010.0800.090.13108.5724.1482.94
HexCDDEC9809D6d1853
Octal315336311100111515530123
Binary11001101110111101100100110000100111011101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEC9; }

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

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

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

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

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

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

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

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