Html Css Color HEX #EEFACE Snow Flurry

📋 copy color: '#EEFACE'

red 238 ◦ green 250 ◦ blue 206

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

Shades of Snow Flurry #EEFACE

Tints of Snow Flurry #EEFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.02%

 BLUE value IS 206 (80.86% from 255) = 29.68%

R = 34.29%
G = 36.02%
B = 29.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#EEFACE (or 0xEEFACE) is known color: Snow Flurry. HEX triplet: EE, FA and CE. RGB value is (238,250,206). Sum of RGB (Red+Green+Blue) = 238+250+206=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFACE is #110531. Grayscale: #F1F1F1. Windows color (decimal): -1115442 or 13564654. OLE color: 13564654.

HSL color Cylindrical-coordinate representation of color #EEFACE: hue angle of 76.36º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEFACE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 206 -
CMYK 0.05 0 0.18 0.02
HSL 76.36º 0.81% 0.89% -
HSV(B) 76.36º 0.18% 0.98% -
XYZ 80.59 91 71.71 -
YUV 241.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 238 250 206 0.05 0 0.18 0.02 76.36 0.81 0.89
Hex EE FA CE 5 0 12 2 4C 51 59
Octal 356 372 316 5 0 22 2 114 121 131
Binary 11101110 11111010 11001110 101 0 10010 10 1001100 1010001 1011001

Color Harmonies of #EEFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFACE

Black with #EEFACE

Text Example


Text Example

White with #EEFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFACE; }

 p { color: rgb(238,250,206); }

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

background-color css

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

 a { background-color: rgb(238,250,206); }

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

border-color css

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

 span { border-color: rgb(238,250,206); }

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