Html Css Color HEX #EFFFD6 Snow Flurry

📋 copy color: '#EFFFD6'

red 239 ◦ green 255 ◦ blue 214

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

Shades of Snow Flurry #EFFFD6

Tints of Snow Flurry #EFFFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.23%

R = 33.76%
G = 36.02%
B = 30.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#EFFFD6 (or 0xEFFFD6) is known color: Snow Flurry. HEX triplet: EF, FF and D6. RGB value is (239,255,214). Sum of RGB (Red+Green+Blue) = 239+255+214=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 214 (83.98% from 255 or 30.23% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD6 is #100029. Grayscale: #F5F5F5. Windows color (decimal): -1048618 or 14090223. OLE color: 14090223.

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

Color convert

RGB 239 255 214 -
CMYK 0.06 0 0.16 0
HSL 83.41º 1% 0.92% -
HSV(B) 83.41º 0.16% 1% -
XYZ 83.49 94.73 77.5 -
YUV 245.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 239 255 214 0.06 0 0.16 0 83.41 1 0.92
Hex EF FF D6 6 0 10 0 53 64 5C
Octal 357 377 326 6 0 20 0 123 144 134
Binary 11101111 11111111 11010110 110 0 10000 0 1010011 1100100 1011100

Color Harmonies of #EFFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFD6

Black with #EFFFD6

Text Example


Text Example

White with #EFFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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