Html Css Color HEX #EFFFD1 Snow Flurry

📋 copy color: '#EFFFD1'

red 239 ◦ green 255 ◦ blue 209

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

Shades of Snow Flurry #EFFFD1

Tints of Snow Flurry #EFFFD1

RGB

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

 GREEN value IS 255 (100% from 255) = 36.27%

 BLUE value IS 209 (82.03% from 255) = 29.73%

R = 34%
G = 36.27%
B = 29.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#EFFFD1 (or 0xEFFFD1) is known color: Snow Flurry. HEX triplet: EF, FF and D1. RGB value is (239,255,209). Sum of RGB (Red+Green+Blue) = 239+255+209=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD1 is #10002E. Grayscale: #F5F5F5. Windows color (decimal): -1048623 or 13762543. OLE color: 13762543.

HSL color Cylindrical-coordinate representation of color #EFFFD1: hue angle of 80.87º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFFD1 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 209 -
CMYK 0.06 0 0.18 0
HSL 80.87º 1% 0.91% -
HSV(B) 80.87º 0.18% 1% -
XYZ 82.87 94.47 74.19 -
YUV 244.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 239 255 209 0.06 0 0.18 0 80.87 1 0.91
Hex EF FF D1 6 0 12 0 51 64 5B
Octal 357 377 321 6 0 22 0 121 144 133
Binary 11101111 11111111 11010001 110 0 10010 0 1010001 1100100 1011011

Color Harmonies of #EFFFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFD1

Black with #EFFFD1

Text Example


Text Example

White with #EFFFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFD1; }

 p { color: rgb(239,255,209); }

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

background-color css

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

 a { background-color: rgb(239,255,209); }

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

border-color css

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

 span { border-color: rgb(239,255,209); }

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