Html Css Color HEX #E0F2BD Snow Flurry

📋 copy color: '#E0F2BD'

red 224 ◦ green 242 ◦ blue 189

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

Shades of Snow Flurry #E0F2BD

Tints of Snow Flurry #E0F2BD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.95%

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

R = 34.2%
G = 36.95%
B = 28.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#E0F2BD (or 0xE0F2BD) is known color: Snow Flurry. HEX triplet: E0, F2 and BD. RGB value is (224,242,189). Sum of RGB (Red+Green+Blue) = 224+242+189=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2BD is #1F0D42. Grayscale: #E6E6E6. Windows color (decimal): -2035011 or 12448480. OLE color: 12448480.

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

Color convert

RGB 224 242 189 -
CMYK 0.07 0 0.22 0.05
HSL 80.38º 0.67% 0.85% -
HSV(B) 80.38º 0.22% 0.95% -
XYZ 71.68 83.03 60.39 -
YUV 230.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 224 242 189 0.07 0 0.22 0.05 80.38 0.67 0.85
Hex E0 F2 BD 7 0 16 5 50 43 55
Octal 340 362 275 7 0 26 5 120 103 125
Binary 11100000 11110010 10111101 111 0 10110 101 1010000 1000011 1010101

Color Harmonies of #E0F2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F2BD

Black with #E0F2BD

Text Example


Text Example

White with #E0F2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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