Html Css Color HEX #EEFDD4 Snow Flurry

📋 copy color: '#EEFDD4'

red 238 ◦ green 253 ◦ blue 212

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

Shades of Snow Flurry #EEFDD4

Tints of Snow Flurry #EEFDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.16%

R = 33.85%
G = 35.99%
B = 30.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EEFDD4 (or 0xEEFDD4) is known color: Snow Flurry. HEX triplet: EE, FD and D4. RGB value is (238,253,212). Sum of RGB (Red+Green+Blue) = 238+253+212=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 212 (83.20% from 255 or 30.16% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD4 is #11022B. Grayscale: #F3F3F3. Windows color (decimal): -1114668 or 13958638. OLE color: 13958638.

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

Color convert

RGB 238 253 212 -
CMYK 0.06 0 0.16 0.01
HSL 81.95º 0.91% 0.91% -
HSV(B) 81.95º 0.16% 0.99% -
XYZ 82.27 93.18 75.94 -
YUV 243.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 238 253 212 0.06 0 0.16 0.01 81.95 0.91 0.91
Hex EE FD D4 6 0 10 1 52 5B 5B
Octal 356 375 324 6 0 20 1 122 133 133
Binary 11101110 11111101 11010100 110 0 10000 1 1010010 1011011 1011011

Color Harmonies of #EEFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDD4

Black with #EEFDD4

Text Example


Text Example

White with #EEFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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