#E6EFCF

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

Shades of Snow Flurry #E6EFCF

Tints of Snow Flurry #E6EFCF

Color information

#E6EFCF (or 0xE6EFCF) is unknown color: approx Snow Flurry. HEX triplet: E6, EF and CF. RGB value is (230,239,207). Sum of RGB (Red+Green+Blue) = 230+239+207=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFCF is #191030. Grayscale: #E8E8E8. Windows color (decimal): -1642545 or 13627366. OLE color: 13627366.

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

Color convert

RGB230239207-
CMYK0.0400.130.06
HSL76.88º50%87.45%-
HSV(B)76.88º13.39%93.73%-
XYZ74.7683.0671.12-
YUV232.66113.52126.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.02%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=34.02%
G=35.36%
B=30.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392070.0400.130.0676.885087.45
HexE6EFCF40D64d3257
Octal3463573174015611562127
Binary1110011011101111110011111000110111010011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFCF; }

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

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

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

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

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

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

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

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