Html Css Color HEX #EEFACF Snow Flurry

📋 copy color: '#EEFACF'

red 238 ◦ green 250 ◦ blue 207

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

Shades of Snow Flurry #EEFACF

Tints of Snow Flurry #EEFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.78%

R = 34.24%
G = 35.97%
B = 29.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EEFACF (or 0xEEFACF) is known color: Snow Flurry. HEX triplet: EE, FA and CF. RGB value is (238,250,207). Sum of RGB (Red+Green+Blue) = 238+250+207=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFACF is #110530. Grayscale: #F1F1F1. Windows color (decimal): -1115441 or 13630190. OLE color: 13630190.

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

Color convert

RGB 238 250 207 -
CMYK 0.05 0 0.17 0.02
HSL 76.74º 0.81% 0.9% -
HSV(B) 76.74º 0.17% 0.98% -
XYZ 80.71 91.05 72.35 -
YUV 241.51 108.52 125.5 -
System Red Green Blue C M Y K H S L
Decimal 238 250 207 0.05 0 0.17 0.02 76.74 0.81 0.9
Hex EE FA CF 5 0 11 2 4D 51 5A
Octal 356 372 317 5 0 21 2 115 121 132
Binary 11101110 11111010 11001111 101 0 10001 10 1001101 1010001 1011010

Color Harmonies of #EEFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFACF

Black with #EEFACF

Text Example


Text Example

White with #EEFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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