Html Css Color HEX #E6F0BF Snow Flurry

📋 copy color: '#E6F0BF'

red 230 ◦ green 240 ◦ blue 191

#E6F0BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #E6F0BF

Tints of Snow Flurry #E6F0BF

RGB

 RED value IS 230 (90.23% from 255) = 34.8%

 GREEN value IS 240 (94.14% from 255) = 36.31%

 BLUE value IS 191 (75% from 255) = 28.9%

R = 34.8%
G = 36.31%
B = 28.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#E6F0BF (or 0xE6F0BF) is known color: Snow Flurry. HEX triplet: E6, F0 and BF. RGB value is (230,240,191). Sum of RGB (Red+Green+Blue) = 230+240+191=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0BF is #190F40. Grayscale: #E7E7E7. Windows color (decimal): -1642305 or 12579046. OLE color: 12579046.

HSL color Cylindrical-coordinate representation of color #E6F0BF: hue angle of 72.24º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6F0BF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 240 191 -
CMYK 0.04 0 0.20 0.06
HSL 72.24º 0.62% 0.85% -
HSV(B) 72.24º 0.2% 0.94% -
XYZ 73.2 82.9 61.43 -
YUV 231.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 230 240 191 0.04 0 0.20 0.06 72.24 0.62 0.85
Hex E6 F0 BF 4 0 14 6 48 3E 55
Octal 346 360 277 4 0 24 6 110 76 125
Binary 11100110 11110000 10111111 100 0 10100 110 1001000 111110 1010101

Color Harmonies of #E6F0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F0BF

Black with #E6F0BF

Text Example


Text Example

White with #E6F0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F0BF; }

 p { color: rgb(230,240,191); }

 H1.HeaderClassName
 {
   color: #E6F0BF;
 }
 .AnyTagClassName
 {
   color: #E6F0BF;
 }
</style>

background-color css

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

 a { background-color: rgb(230,240,191); }

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

border-color css

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

 span { border-color: rgb(230,240,191); }

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