Html Css Color HEX #EFF8C4 Snow Flurry

📋 copy color: '#EFF8C4'

red 239 ◦ green 248 ◦ blue 196

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

Shades of Snow Flurry #EFF8C4

Tints of Snow Flurry #EFF8C4

RGB

 RED value IS 239 (93.75% from 255) = 34.99%

 GREEN value IS 248 (97.27% from 255) = 36.31%

 BLUE value IS 196 (76.95% from 255) = 28.7%

R = 34.99%
G = 36.31%
B = 28.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#EFF8C4 (or 0xEFF8C4) is known color: Snow Flurry. HEX triplet: EF, F8 and C4. RGB value is (239,248,196). Sum of RGB (Red+Green+Blue) = 239+248+196=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8C4 is #10073B. Grayscale: #EFEFEF. Windows color (decimal): -1050428 or 12908783. OLE color: 12908783.

HSL color Cylindrical-coordinate representation of color #EFF8C4: hue angle of 70.38º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFF8C4 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 196 -
CMYK 0.04 0 0.21 0.03
HSL 70.38º 0.79% 0.87% -
HSV(B) 70.38º 0.21% 0.97% -
XYZ 79.13 89.47 65.32 -
YUV 239.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 239 248 196 0.04 0 0.21 0.03 70.38 0.79 0.87
Hex EF F8 C4 4 0 15 3 46 4F 57
Octal 357 370 304 4 0 25 3 106 117 127
Binary 11101111 11111000 11000100 100 0 10101 11 1000110 1001111 1010111

Color Harmonies of #EFF8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8C4

Black with #EFF8C4

Text Example


Text Example

White with #EFF8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8C4; }

 p { color: rgb(239,248,196); }

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

background-color css

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

 a { background-color: rgb(239,248,196); }

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

border-color css

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

 span { border-color: rgb(239,248,196); }

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