Html Css Color HEX #E0F0BD Snow Flurry

📋 copy color: '#E0F0BD'

red 224 ◦ green 240 ◦ blue 189

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

Shades of Snow Flurry #E0F0BD

Tints of Snow Flurry #E0F0BD

RGB

 RED value IS 224 (87.89% from 255) = 34.3%

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

 BLUE value IS 189 (74.22% from 255) = 28.94%

R = 34.3%
G = 36.75%
B = 28.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#E0F0BD (or 0xE0F0BD) is known color: Snow Flurry. HEX triplet: E0, F0 and BD. RGB value is (224,240,189). Sum of RGB (Red+Green+Blue) = 224+240+189=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0BD is #1F0F42. Grayscale: #E5E5E5. Windows color (decimal): -2035523 or 12447968. OLE color: 12447968.

HSL color Cylindrical-coordinate representation of color #E0F0BD: hue angle of 78.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0F0BD is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 240 189 -
CMYK 0.07 0 0.21 0.06
HSL 78.82º 0.63% 0.84% -
HSV(B) 78.82º 0.21% 0.94% -
XYZ 71.09 81.84 60.19 -
YUV 229.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 224 240 189 0.07 0 0.21 0.06 78.82 0.63 0.84
Hex E0 F0 BD 7 0 15 6 4F 3F 54
Octal 340 360 275 7 0 25 6 117 77 124
Binary 11100000 11110000 10111101 111 0 10101 110 1001111 111111 1010100

Color Harmonies of #E0F0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F0BD

Black with #E0F0BD

Text Example


Text Example

White with #E0F0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F0BD; }

 p { color: rgb(224,240,189); }

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

background-color css

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

 a { background-color: rgb(224,240,189); }

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

border-color css

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

 span { border-color: rgb(224,240,189); }

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