Html Css Color HEX #EEFDD0 Snow Flurry

📋 copy color: '#EEFDD0'

red 238 ◦ green 253 ◦ blue 208

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

Shades of Snow Flurry #EEFDD0

Tints of Snow Flurry #EEFDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.76%

R = 34.05%
G = 36.19%
B = 29.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#EEFDD0 (or 0xEEFDD0) is known color: Snow Flurry. HEX triplet: EE, FD and D0. RGB value is (238,253,208). Sum of RGB (Red+Green+Blue) = 238+253+208=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD0 is #11022F. Grayscale: #F3F3F3. Windows color (decimal): -1114672 or 13696494. OLE color: 13696494.

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

Color convert

RGB 238 253 208 -
CMYK 0.06 0 0.18 0.01
HSL 80º 0.92% 0.9% -
HSV(B) 80º 0.18% 0.99% -
XYZ 81.77 92.98 73.31 -
YUV 243.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 238 253 208 0.06 0 0.18 0.01 80 0.92 0.9
Hex EE FD D0 6 0 12 1 50 5C 5A
Octal 356 375 320 6 0 22 1 120 134 132
Binary 11101110 11111101 11010000 110 0 10010 1 1010000 1011100 1011010

Color Harmonies of #EEFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDD0

Black with #EEFDD0

Text Example


Text Example

White with #EEFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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