#E6F1BD

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

Shades of Snow Flurry #E6F1BD

Tints of Snow Flurry #E6F1BD

Color information

#E6F1BD (or 0xE6F1BD) is unknown color: approx Snow Flurry. HEX triplet: E6, F1 and BD. RGB value is (230,241,189). Sum of RGB (Red+Green+Blue) = 230+241+189=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1BD is #190E42. Grayscale: #E7E7E7. Windows color (decimal): -1642051 or 12448230. OLE color: 12448230.

HSL color Cylindrical-coordinate representation of color #E6F1BD: hue angle of 72.69º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6F1BD is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB230241189-
CMYK0.0500.220.05
HSL72.69º65%84.31%-
HSV(B)72.69º21.58%94.51%-
XYZ73.2783.4160.38-
YUV231.78103.86126.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=34.85%
G=36.52%
B=28.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302411890.0500.220.0572.696584.31
HexE6F1BD50165494154
Octal34636127550265111101124
Binary111001101111000110111101101010110101100100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F1BD; }

 p { color: rgb(230,241,189); }

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

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

 a { background-color: rgb(230,241,189); }

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

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

 span { border-color: rgb(230,241,189); }

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