Html Css Color HEX #EFFDC2 Snow Flurry

📋 copy color: '#EFFDC2'

red 239 ◦ green 253 ◦ blue 194

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

Shades of Snow Flurry #EFFDC2

Tints of Snow Flurry #EFFDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.28%

R = 34.84%
G = 36.88%
B = 28.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#EFFDC2 (or 0xEFFDC2) is known color: Snow Flurry. HEX triplet: EF, FD and C2. RGB value is (239,253,194). Sum of RGB (Red+Green+Blue) = 239+253+194=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC2 is #10023D. Grayscale: #F2F2F2. Windows color (decimal): -1049150 or 12778991. OLE color: 12778991.

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

Color convert

RGB 239 253 194 -
CMYK 0.06 0 0.23 0.01
HSL 74.24º 0.94% 0.88% -
HSV(B) 74.24º 0.23% 0.99% -
XYZ 80.46 92.5 64.65 -
YUV 242.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 239 253 194 0.06 0 0.23 0.01 74.24 0.94 0.88
Hex EF FD C2 6 0 17 1 4A 5E 58
Octal 357 375 302 6 0 27 1 112 136 130
Binary 11101111 11111101 11000010 110 0 10111 1 1001010 1011110 1011000

Color Harmonies of #EFFDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDC2

Black with #EFFDC2

Text Example


Text Example

White with #EFFDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDC2; }

 p { color: rgb(239,253,194); }

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

background-color css

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

 a { background-color: rgb(239,253,194); }

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

border-color css

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

 span { border-color: rgb(239,253,194); }

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