Html Css Color HEX #EFFACB Snow Flurry

📋 copy color: '#EFFACB'

red 239 ◦ green 250 ◦ blue 203

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

Shades of Snow Flurry #EFFACB

Tints of Snow Flurry #EFFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.34%

R = 34.54%
G = 36.13%
B = 29.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#EFFACB (or 0xEFFACB) is known color: Snow Flurry. HEX triplet: EF, FA and CB. RGB value is (239,250,203). Sum of RGB (Red+Green+Blue) = 239+250+203=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFACB is #100534. Grayscale: #F1F1F1. Windows color (decimal): -1049909 or 13368047. OLE color: 13368047.

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

Color convert

RGB 239 250 203 -
CMYK 0.04 0 0.19 0.02
HSL 74.04º 0.82% 0.89% -
HSV(B) 74.04º 0.19% 0.98% -
XYZ 80.56 91.03 69.83 -
YUV 241.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 239 250 203 0.04 0 0.19 0.02 74.04 0.82 0.89
Hex EF FA CB 4 0 13 2 4A 52 59
Octal 357 372 313 4 0 23 2 112 122 131
Binary 11101111 11111010 11001011 100 0 10011 10 1001010 1010010 1011001

Color Harmonies of #EFFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFACB

Black with #EFFACB

Text Example


Text Example

White with #EFFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFACB; }

 p { color: rgb(239,250,203); }

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

background-color css

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

 a { background-color: rgb(239,250,203); }

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

border-color css

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

 span { border-color: rgb(239,250,203); }

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