#CFDFC7

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

Shades of Peppermint #CFDFC7

Tints of Peppermint #CFDFC7

Color information

#CFDFC7 (or 0xCFDFC7) is unknown color: approx Peppermint. HEX triplet: CF, DF and C7. RGB value is (207,223,199). Sum of RGB (Red+Green+Blue) = 207+223+199=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC7 is #302038. Grayscale: #D7D7D7. Windows color (decimal): -3153977 or 13098959. OLE color: 13098959.

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

Color convert

RGB207223199-
CMYK0.0700.110.13
HSL100º27.27%82.75%-
HSV(B)100º10.76%87.45%-
XYZ62.4370.1664.29-
YUV215.48118.7121.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=32.91%
G=35.45%
B=31.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072231990.0700.110.1310027.2782.75
HexCFDFC770BD641b53
Octal31733730770131514433123
Binary1100111111011111110001111110101111011100100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFC7; }

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

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

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

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

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

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

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

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