#CFEFCA

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

Shades of Snowy Mint #CFEFCA

Tints of Snowy Mint #CFEFCA

Color information

#CFEFCA (or 0xCFEFCA) is unknown color: approx Snowy Mint. HEX triplet: CF, EF and CA. RGB value is (207,239,202). Sum of RGB (Red+Green+Blue) = 207+239+202=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFCA is #301035. Grayscale: #E1E1E1. Windows color (decimal): -3149878 or 13299663. OLE color: 13299663.

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

Color convert

RGB207239202-
CMYK0.1300.150.06
HSL111.89º53.62%86.47%-
HSV(B)111.89º15.48%93.73%-
XYZ67.2679.2667.63-
YUV225.21114.9115.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=31.94%
G=36.88%
B=31.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392020.1300.150.06111.8953.6286.47
HexCFEFCAD0F6703656
Octal31735731215017616066126
Binary11001111111011111100101011010111111011100001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFCA; }

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

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

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

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

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

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

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

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