Html Css Color HEX #E9F2CD Snow Flurry

📋 copy color: '#E9F2CD'

red 233 ◦ green 242 ◦ blue 205

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

Shades of Snow Flurry #E9F2CD

Tints of Snow Flurry #E9F2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.15%

R = 34.26%
G = 35.59%
B = 30.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#E9F2CD (or 0xE9F2CD) is known color: Snow Flurry. HEX triplet: E9, F2 and CD. RGB value is (233,242,205). Sum of RGB (Red+Green+Blue) = 233+242+205=680 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.26% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2CD is #160D32. Grayscale: #EBEBEB. Windows color (decimal): -1445171 or 13497065. OLE color: 13497065.

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

Color convert

RGB 233 242 205 -
CMYK 0.04 0 0.15 0.05
HSL 74.59º 0.59% 0.88% -
HSV(B) 74.59º 0.15% 0.95% -
XYZ 76.38 85.24 70.18 -
YUV 235.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 233 242 205 0.04 0 0.15 0.05 74.59 0.59 0.88
Hex E9 F2 CD 4 0 F 5 4B 3B 58
Octal 351 362 315 4 0 17 5 113 73 130
Binary 11101001 11110010 11001101 100 0 1111 101 1001011 111011 1011000

Color Harmonies of #E9F2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F2CD

Black with #E9F2CD

Text Example


Text Example

White with #E9F2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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