#CFD9CD

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

Shades of Peppermint #CFD9CD

Tints of Peppermint #CFD9CD

Color information

#CFD9CD (or 0xCFD9CD) is unknown color: approx Peppermint. HEX triplet: CF, D9 and CD. RGB value is (207,217,205). Sum of RGB (Red+Green+Blue) = 207+217+205=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9CD is #302632. Grayscale: #D4D4D4. Windows color (decimal): -3155507 or 13490639. OLE color: 13490639.

HSL color Cylindrical-coordinate representation of color #CFD9CD: hue angle of 110º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD9CD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB207217205-
CMYK0.0500.060.15
HSL110º13.64%82.75%-
HSV(B)110º5.53%85.1%-
XYZ61.5667.367.5-
YUV212.64123.69123.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=32.91%
G=34.50%
B=32.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072172050.0500.060.1511013.6482.75
HexCFD9CD506F6ee53
Octal3173313155061715616123
Binary11001111110110011100110110101101111110111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9CD; }

 p { color: rgb(207,217,205); }

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

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

 a { background-color: rgb(207,217,205); }

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

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

 span { border-color: rgb(207,217,205); }

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