#CFDFC9

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

Shades of Peppermint #CFDFC9

Tints of Peppermint #CFDFC9

Color information

#CFDFC9 (or 0xCFDFC9) is unknown color: approx Peppermint. HEX triplet: CF, DF and C9. RGB value is (207,223,201). Sum of RGB (Red+Green+Blue) = 207+223+201=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC9 is #302036. Grayscale: #D7D7D7. Windows color (decimal): -3153975 or 13230031. OLE color: 13230031.

HSL color Cylindrical-coordinate representation of color #CFDFC9: hue angle of 103.64º 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 #CFDFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB207223201-
CMYK0.0700.100.13
HSL103.64º25.58%83.14%-
HSV(B)103.64º9.87%87.45%-
XYZ62.6670.2665.52-
YUV215.71119.7121.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 201 (78.91% from 255) = 31.85%
R=32.81%
G=35.34%
B=31.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072232010.0700.100.13103.6425.5883.14
HexCFDFC970AD681a53
Octal31733731170121515032123
Binary1100111111011111110010011110101011011101000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFC9; }

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

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

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

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

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

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

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

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