#E6FDBB

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

Shades of Snow Flurry #E6FDBB

Tints of Snow Flurry #E6FDBB

Color information

#E6FDBB (or 0xE6FDBB) is unknown color: approx Snow Flurry. HEX triplet: E6, FD and BB. RGB value is (230,253,187). Sum of RGB (Red+Green+Blue) = 230+253+187=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDBB is #190244. Grayscale: #EEEEEE. Windows color (decimal): -1638981 or 12320230. OLE color: 12320230.

HSL color Cylindrical-coordinate representation of color #E6FDBB: hue angle of 80.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6FDBB is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB230253187-
CMYK0.0900.260.01
HSL80.91º94.29%86.27%-
HSV(B)80.91º26.09%99.22%-
XYZ76.7390.6660.47-
YUV238.698.88121.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 187 (73.44% from 255) = 27.91%
R=34.33%
G=37.76%
B=27.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302531870.0900.260.0180.9194.2986.27
HexE6FDBB901A1515e56
Octal346375273110321121136126
Binary11100110111111011011101110010110101101000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDBB; }

 p { color: rgb(230,253,187); }

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

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

 a { background-color: rgb(230,253,187); }

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

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

 span { border-color: rgb(230,253,187); }

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