Html Css Color HEX #E9F2D6 Snow Flurry

📋 copy color: '#E9F2D6'

red 233 ◦ green 242 ◦ blue 214

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

Shades of Snow Flurry #E9F2D6

Tints of Snow Flurry #E9F2D6

RGB

 RED value IS 233 (91.41% from 255) = 33.82%

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

 BLUE value IS 214 (83.98% from 255) = 31.06%

R = 33.82%
G = 35.12%
B = 31.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#E9F2D6 (or 0xE9F2D6) is known color: Snow Flurry. HEX triplet: E9, F2 and D6. RGB value is (233,242,214). Sum of RGB (Red+Green+Blue) = 233+242+214=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 214 (83.98% from 255 or 31.06% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2D6 is #160D29. Grayscale: #ECECEC. Windows color (decimal): -1445162 or 14086889. OLE color: 14086889.

HSL color Cylindrical-coordinate representation of color #E9F2D6: hue angle of 79.29º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9F2D6 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 242 214 -
CMYK 0.04 0 0.12 0.05
HSL 79.29º 0.52% 0.89% -
HSV(B) 79.29º 0.12% 0.95% -
XYZ 77.49 85.68 76.07 -
YUV 236.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 233 242 214 0.04 0 0.12 0.05 79.29 0.52 0.89
Hex E9 F2 D6 4 0 C 5 4F 34 59
Octal 351 362 326 4 0 14 5 117 64 131
Binary 11101001 11110010 11010110 100 0 1100 101 1001111 110100 1011001

Color Harmonies of #E9F2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F2D6

Black with #E9F2D6

Text Example


Text Example

White with #E9F2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F2D6; }

 p { color: rgb(233,242,214); }

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

background-color css

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

 a { background-color: rgb(233,242,214); }

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

border-color css

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

 span { border-color: rgb(233,242,214); }

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