Html Css Color HEX #EFFDC5 Snow Flurry

📋 copy color: '#EFFDC5'

red 239 ◦ green 253 ◦ blue 197

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

Shades of Snow Flurry #EFFDC5

Tints of Snow Flurry #EFFDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 28.59%

R = 34.69%
G = 36.72%
B = 28.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#EFFDC5 (or 0xEFFDC5) is known color: Snow Flurry. HEX triplet: EF, FD and C5. RGB value is (239,253,197). Sum of RGB (Red+Green+Blue) = 239+253+197=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 197 (77.34% from 255 or 28.59% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC5 is #10023A. Grayscale: #F2F2F2. Windows color (decimal): -1049147 or 12975599. OLE color: 12975599.

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

Color convert

RGB 239 253 197 -
CMYK 0.06 0 0.22 0.01
HSL 75º 0.93% 0.88% -
HSV(B) 75º 0.22% 0.99% -
XYZ 80.8 92.63 66.44 -
YUV 242.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 239 253 197 0.06 0 0.22 0.01 75 0.93 0.88
Hex EF FD C5 6 0 16 1 4B 5D 58
Octal 357 375 305 6 0 26 1 113 135 130
Binary 11101111 11111101 11000101 110 0 10110 1 1001011 1011101 1011000

Color Harmonies of #EFFDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDC5

Black with #EFFDC5

Text Example


Text Example

White with #EFFDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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