#CFE1CB

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

Shades of Peppermint #CFE1CB

Tints of Peppermint #CFE1CB

Color information

#CFE1CB (or 0xCFE1CB) is unknown color: approx Peppermint. HEX triplet: CF, E1 and CB. RGB value is (207,225,203). Sum of RGB (Red+Green+Blue) = 207+225+203=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1CB is #301E34. Grayscale: #D9D9D9. Windows color (decimal): -3153461 or 13361615. OLE color: 13361615.

HSL color Cylindrical-coordinate representation of color #CFE1CB: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE1CB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB207225203-
CMYK0.0800.100.12
HSL109.09º26.83%83.92%-
HSV(B)109.09º9.78%88.24%-
XYZ63.4471.4366.94-
YUV217.11120.04120.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=32.60%
G=35.43%
B=31.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072252030.0800.100.12109.0926.8383.92
HexCFE1CB80AC6d1b54
Octal317341313100121415533124
Binary11001111111000011100101110000101011001101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1CB; }

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

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

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

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

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

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

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

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