#CFE2C9

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

Shades of Peppermint #CFE2C9

Tints of Peppermint #CFE2C9

Color information

#CFE2C9 (or 0xCFE2C9) is unknown color: approx Peppermint. HEX triplet: CF, E2 and C9. RGB value is (207,226,201). Sum of RGB (Red+Green+Blue) = 207+226+201=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2C9 is #301D36. Grayscale: #D9D9D9. Windows color (decimal): -3153207 or 13230799. OLE color: 13230799.

HSL color Cylindrical-coordinate representation of color #CFE2C9: hue angle of 105.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE2C9 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB207226201-
CMYK0.0800.110.11
HSL105.6º30.12%83.73%-
HSV(B)105.6º11.06%88.63%-
XYZ63.4771.8865.79-
YUV217.47118.71120.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 201 (78.91% from 255) = 31.70%
R=32.65%
G=35.65%
B=31.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072262010.0800.110.11105.630.1283.73
HexCFE2C980BB6a1e54
Octal317342311100131315236124
Binary11001111111000101100100110000101110111101010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2C9; }

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

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

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

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

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

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

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

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