#E6EFCA

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

Shades of Snow Flurry #E6EFCA

Tints of Snow Flurry #E6EFCA

Color information

#E6EFCA (or 0xE6EFCA) is unknown color: approx Snow Flurry. HEX triplet: E6, EF and CA. RGB value is (230,239,202). Sum of RGB (Red+Green+Blue) = 230+239+202=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFCA is #191035. Grayscale: #E8E8E8. Windows color (decimal): -1642550 or 13299686. OLE color: 13299686.

HSL color Cylindrical-coordinate representation of color #E6EFCA: hue angle of 74.59º 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 #E6EFCA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB230239202-
CMYK0.0400.150.06
HSL74.59º53.62%86.47%-
HSV(B)74.59º15.48%93.73%-
XYZ74.1682.8267.95-
YUV232.09111.02126.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=34.28%
G=35.62%
B=30.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392020.0400.150.0674.5953.6286.47
HexE6EFCA40F64b3656
Octal3463573124017611366126
Binary1110011011101111110010101000111111010010111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFCA; }

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

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

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

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

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

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

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

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