Html Css Color HEX #EEFDBD Snow Flurry

📋 copy color: '#EEFDBD'

red 238 ◦ green 253 ◦ blue 189

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

Shades of Snow Flurry #EEFDBD

Tints of Snow Flurry #EEFDBD

RGB

 RED value IS 238 (93.36% from 255) = 35%

 GREEN value IS 253 (99.22% from 255) = 37.21%

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

R = 35%
G = 37.21%
B = 27.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#EEFDBD (or 0xEEFDBD) is known color: Snow Flurry. HEX triplet: EE, FD and BD. RGB value is (238,253,189). Sum of RGB (Red+Green+Blue) = 238+253+189=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDBD is #110242. Grayscale: #F1F1F1. Windows color (decimal): -1114691 or 12451310. OLE color: 12451310.

HSL color Cylindrical-coordinate representation of color #EEFDBD: hue angle of 74.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEFDBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 189 -
CMYK 0.06 0 0.25 0.01
HSL 74.06º 0.94% 0.87% -
HSV(B) 74.06º 0.25% 0.99% -
XYZ 79.57 92.1 61.73 -
YUV 241.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 238 253 189 0.06 0 0.25 0.01 74.06 0.94 0.87
Hex EE FD BD 6 0 19 1 4A 5E 57
Octal 356 375 275 6 0 31 1 112 136 127
Binary 11101110 11111101 10111101 110 0 11001 1 1001010 1011110 1010111

Color Harmonies of #EEFDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDBD

Black with #EEFDBD

Text Example


Text Example

White with #EEFDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDBD; }

 p { color: rgb(238,253,189); }

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

background-color css

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

 a { background-color: rgb(238,253,189); }

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

border-color css

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

 span { border-color: rgb(238,253,189); }

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