Html Css Color HEX #EFFCD3 Snow Flurry

📋 copy color: '#EFFCD3'

red 239 ◦ green 252 ◦ blue 211

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

Shades of Snow Flurry #EFFCD3

Tints of Snow Flurry #EFFCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.06%

R = 34.05%
G = 35.9%
B = 30.06%

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

#EFFCD3 (or 0xEFFCD3) is known color: Snow Flurry. HEX triplet: EF, FC and D3. RGB value is (239,252,211). Sum of RGB (Red+Green+Blue) = 239+252+211=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 211 (82.81% from 255 or 30.06% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD3 is #10032C. Grayscale: #F3F3F3. Windows color (decimal): -1049389 or 13892847. OLE color: 13892847.

HSL color Cylindrical-coordinate representation of color #EFFCD3: hue angle of 79.02º 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 #EFFCD3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 211 -
CMYK 0.05 0 0.16 0.01
HSL 79.02º 0.87% 0.91% -
HSV(B) 79.02º 0.16% 0.99% -
XYZ 82.16 92.67 75.19 -
YUV 243.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 239 252 211 0.05 0 0.16 0.01 79.02 0.87 0.91
Hex EF FC D3 5 0 10 1 4F 57 5B
Octal 357 374 323 5 0 20 1 117 127 133
Binary 11101111 11111100 11010011 101 0 10000 1 1001111 1010111 1011011

Color Harmonies of #EFFCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCD3

Black with #EFFCD3

Text Example


Text Example

White with #EFFCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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