#CFEFC7

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

Shades of Snowy Mint #CFEFC7

Tints of Snowy Mint #CFEFC7

Color information

#CFEFC7 (or 0xCFEFC7) is unknown color: approx Snowy Mint. HEX triplet: CF, EF and C7. RGB value is (207,239,199). Sum of RGB (Red+Green+Blue) = 207+239+199=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC7 is #301038. Grayscale: #E1E1E1. Windows color (decimal): -3149881 or 13103055. OLE color: 13103055.

HSL color Cylindrical-coordinate representation of color #CFEFC7: hue angle of 108º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEFC7 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB207239199-
CMYK0.1300.170.06
HSL108º55.56%85.88%-
HSV(B)108º16.74%93.73%-
XYZ66.9179.1265.78-
YUV224.87113.4115.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 199 (78.12% from 255) = 30.85%
R=32.09%
G=37.05%
B=30.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391990.1300.170.0610855.5685.88
HexCFEFC7D01166c3856
Octal31735730715021615470126
Binary110011111110111111000111110101000111011011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFC7; }

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

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

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

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

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

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

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

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