Html Css Color HEX #EFFCD2 Snow Flurry

📋 copy color: '#EFFCD2'

red 239 ◦ green 252 ◦ blue 210

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

Shades of Snow Flurry #EFFCD2

Tints of Snow Flurry #EFFCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 29.96%

R = 34.09%
G = 35.95%
B = 29.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#EFFCD2 (or 0xEFFCD2) is known color: Snow Flurry. HEX triplet: EF, FC and D2. RGB value is (239,252,210). Sum of RGB (Red+Green+Blue) = 239+252+210=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 210 (82.42% from 255 or 29.96% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD2 is #10032D. Grayscale: #F3F3F3. Windows color (decimal): -1049390 or 13827311. OLE color: 13827311.

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

Color convert

RGB 239 252 210 -
CMYK 0.05 0 0.17 0.01
HSL 78.57º 0.88% 0.91% -
HSV(B) 78.57º 0.17% 0.99% -
XYZ 82.04 92.62 74.53 -
YUV 243.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 239 252 210 0.05 0 0.17 0.01 78.57 0.88 0.91
Hex EF FC D2 5 0 11 1 4F 58 5B
Octal 357 374 322 5 0 21 1 117 130 133
Binary 11101111 11111100 11010010 101 0 10001 1 1001111 1011000 1011011

Color Harmonies of #EFFCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCD2

Black with #EFFCD2

Text Example


Text Example

White with #EFFCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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