Html Css Color HEX #EFFDC0 Snow Flurry

📋 copy color: '#EFFDC0'

red 239 ◦ green 253 ◦ blue 192

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

Shades of Snow Flurry #EFFDC0

Tints of Snow Flurry #EFFDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.07%

R = 34.94%
G = 36.99%
B = 28.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#EFFDC0 (or 0xEFFDC0) is known color: Snow Flurry. HEX triplet: EF, FD and C0. RGB value is (239,253,192). Sum of RGB (Red+Green+Blue) = 239+253+192=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 192 (75.39% from 255 or 28.07% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC0 is #10023F. Grayscale: #F2F2F2. Windows color (decimal): -1049152 or 12647919. OLE color: 12647919.

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

Color convert

RGB 239 253 192 -
CMYK 0.06 0 0.24 0.01
HSL 73.77º 0.94% 0.87% -
HSV(B) 73.77º 0.24% 0.99% -
XYZ 80.24 92.41 63.48 -
YUV 241.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 239 253 192 0.06 0 0.24 0.01 73.77 0.94 0.87
Hex EF FD C0 6 0 18 1 4A 5E 57
Octal 357 375 300 6 0 30 1 112 136 127
Binary 11101111 11111101 11000000 110 0 11000 1 1001010 1011110 1010111

Color Harmonies of #EFFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDC0

Black with #EFFDC0

Text Example


Text Example

White with #EFFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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