#CDDFC9

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

Shades of Peppermint #CDDFC9

Tints of Peppermint #CDDFC9

Color information

#CDDFC9 (or 0xCDDFC9) is unknown color: approx Peppermint. HEX triplet: CD, DF and C9. RGB value is (205,223,201). Sum of RGB (Red+Green+Blue) = 205+223+201=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFC9 is #322036. Grayscale: #D7D7D7. Windows color (decimal): -3285047 or 13230029. OLE color: 13230029.

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

Color convert

RGB205223201-
CMYK0.0800.100.13
HSL109.09º25.58%83.14%-
HSV(B)109.09º9.87%87.45%-
XYZ62.1169.9765.49-
YUV215.11120.04120.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=32.59%
G=35.45%
B=31.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052232010.0800.100.13109.0925.5883.14
HexCDDFC980AD6d1a53
Octal315337311100121515532123
Binary11001101110111111100100110000101011011101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFC9; }

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

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

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

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

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

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

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

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