#E6EDCA

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

Shades of Snow Flurry #E6EDCA

Tints of Snow Flurry #E6EDCA

Color information

#E6EDCA (or 0xE6EDCA) is unknown color: approx Snow Flurry. HEX triplet: E6, ED and CA. RGB value is (230,237,202). Sum of RGB (Red+Green+Blue) = 230+237+202=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #E6EDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EDCA is #191235. Grayscale: #E7E7E7. Windows color (decimal): -1643062 or 13299174. OLE color: 13299174.

HSL color Cylindrical-coordinate representation of color #E6EDCA: hue angle of 72º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6EDCA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB230237202-
CMYK0.0300.150.07
HSL72º49.3%86.08%-
HSV(B)72º14.77%92.94%-
XYZ73.5881.6667.76-
YUV230.92111.68127.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=34.38%
G=35.43%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302372020.0300.150.077249.386.08
HexE6EDCA30F7483156
Octal3463553123017711061126
Binary111001101110110111001010110111111110010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDCA; }

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

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

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

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

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

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

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

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