#E6EFCE

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

Shades of Snow Flurry #E6EFCE

Tints of Snow Flurry #E6EFCE

Color information

#E6EFCE (or 0xE6EFCE) is unknown color: approx Snow Flurry. HEX triplet: E6, EF and CE. RGB value is (230,239,206). Sum of RGB (Red+Green+Blue) = 230+239+206=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFCE is #191031. Grayscale: #E8E8E8. Windows color (decimal): -1642546 or 13561830. OLE color: 13561830.

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

Color convert

RGB230239206-
CMYK0.0400.140.06
HSL76.36º50.77%87.25%-
HSV(B)76.36º13.81%93.73%-
XYZ74.6483.0170.48-
YUV232.55113.02126.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.07%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 206 (80.86% from 255) = 30.52%
R=34.07%
G=35.41%
B=30.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302392060.0400.140.0676.3650.7787.25
HexE6EFCE40E64c3357
Octal3463573164016611463127
Binary1110011011101111110011101000111011010011001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFCE; }

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

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

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

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

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

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

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

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