#CFE4CA

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

Shades of Peppermint #CFE4CA

Tints of Peppermint #CFE4CA

Color information

#CFE4CA (or 0xCFE4CA) is unknown color: approx Peppermint. HEX triplet: CF, E4 and CA. RGB value is (207,228,202). Sum of RGB (Red+Green+Blue) = 207+228+202=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CA is #301B35. Grayscale: #DADADA. Windows color (decimal): -3152694 or 13296847. OLE color: 13296847.

HSL color Cylindrical-coordinate representation of color #CFE4CA: hue angle of 108.46º degrees, saturation: 0.33, 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 #CFE4CA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB207228202-
CMYK0.0900.110.11
HSL108.46º32.5%84.31%-
HSV(B)108.46º11.4%89.41%-
XYZ64.1473.0266.59-
YUV218.76118.54119.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=32.50%
G=35.79%
B=31.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072282020.0900.110.11108.4632.584.31
HexCFE4CA90BB6c2054
Octal317344312110131315440124
Binary110011111110010011001010100101011101111011001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4CA; }

 p { color: rgb(207,228,202); }

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

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

 a { background-color: rgb(207,228,202); }

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

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

 span { border-color: rgb(207,228,202); }

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