#CFE1C8

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

Shades of Peppermint #CFE1C8

Tints of Peppermint #CFE1C8

Color information

#CFE1C8 (or 0xCFE1C8) is unknown color: approx Peppermint. HEX triplet: CF, E1 and C8. RGB value is (207,225,200). Sum of RGB (Red+Green+Blue) = 207+225+200=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C8 is #301E37. Grayscale: #D8D8D8. Windows color (decimal): -3153464 or 13165007. OLE color: 13165007.

HSL color Cylindrical-coordinate representation of color #CFE1C8: hue angle of 103.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE1C8 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB207225200-
CMYK0.0800.110.12
HSL103.2º29.41%83.33%-
HSV(B)103.2º11.11%88.24%-
XYZ63.0871.2965.08-
YUV216.77118.54121.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 200 (78.52% from 255) = 31.65%
R=32.75%
G=35.60%
B=31.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072252000.0800.110.12103.229.4183.33
HexCFE1C880BC671d53
Octal317341310100131414735123
Binary11001111111000011100100010000101111001100111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1C8; }

 p { color: rgb(207,225,200); }

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

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

 a { background-color: rgb(207,225,200); }

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

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

 span { border-color: rgb(207,225,200); }

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