#E6EFD0

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

Shades of Snow Flurry #E6EFD0

Tints of Snow Flurry #E6EFD0

Color information

#E6EFD0 (or 0xE6EFD0) is unknown color: approx Snow Flurry. HEX triplet: E6, EF and D0. RGB value is (230,239,208). Sum of RGB (Red+Green+Blue) = 230+239+208=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EFD0 is #19102F. Grayscale: #E8E8E8. Windows color (decimal): -1642544 or 13692902. OLE color: 13692902.

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

Color convert

RGB230239208-
CMYK0.0400.130.06
HSL77.42º49.21%87.65%-
HSV(B)77.42º12.97%93.73%-
XYZ74.8883.1171.77-
YUV232.77114.02126.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 208 (81.64% from 255) = 30.72%
R=33.97%
G=35.30%
B=30.72%

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
Decimal2302392080.0400.130.0677.4249.2187.65
HexE6EFD040D64d3158
Octal3463573204015611561130
Binary1110011011101111110100001000110111010011011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFD0; }

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

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

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

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

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

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

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

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