Html Css Color HEX #EFFCD4 Snow Flurry

📋 copy color: '#EFFCD4'

red 239 ◦ green 252 ◦ blue 212

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

Shades of Snow Flurry #EFFCD4

Tints of Snow Flurry #EFFCD4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.85%

 BLUE value IS 212 (83.2% from 255) = 30.16%

R = 34%
G = 35.85%
B = 30.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#EFFCD4 (or 0xEFFCD4) is known color: Snow Flurry. HEX triplet: EF, FC and D4. RGB value is (239,252,212). Sum of RGB (Red+Green+Blue) = 239+252+212=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 212 (83.20% from 255 or 30.16% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD4 is #10032B. Grayscale: #F3F3F3. Windows color (decimal): -1049388 or 13958383. OLE color: 13958383.

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

Color convert

RGB 239 252 212 -
CMYK 0.05 0 0.16 0.01
HSL 79.5º 0.87% 0.91% -
HSV(B) 79.5º 0.16% 0.99% -
XYZ 82.29 92.72 75.85 -
YUV 243.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 239 252 212 0.05 0 0.16 0.01 79.5 0.87 0.91
Hex EF FC D4 5 0 10 1 50 57 5B
Octal 357 374 324 5 0 20 1 120 127 133
Binary 11101111 11111100 11010100 101 0 10000 1 1010000 1010111 1011011

Color Harmonies of #EFFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCD4

Black with #EFFCD4

Text Example


Text Example

White with #EFFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCD4; }

 p { color: rgb(239,252,212); }

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

background-color css

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

 a { background-color: rgb(239,252,212); }

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

border-color css

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

 span { border-color: rgb(239,252,212); }

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