Html Css Color HEX #EFFFD4 Snow Flurry

📋 copy color: '#EFFFD4'

red 239 ◦ green 255 ◦ blue 212

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

Shades of Snow Flurry #EFFFD4

Tints of Snow Flurry #EFFFD4

RGB

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

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

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

R = 33.85%
G = 36.12%
B = 30.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#EFFFD4 (or 0xEFFFD4) is known color: Snow Flurry. HEX triplet: EF, FF and D4. RGB value is (239,255,212). Sum of RGB (Red+Green+Blue) = 239+255+212=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD4 is #10002B. Grayscale: #F5F5F5. Windows color (decimal): -1048620 or 13959151. OLE color: 13959151.

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

Color convert

RGB 239 255 212 -
CMYK 0.06 0 0.17 0
HSL 82.33º 1% 0.92% -
HSV(B) 82.33º 0.17% 1% -
XYZ 83.24 94.62 76.16 -
YUV 245.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 239 255 212 0.06 0 0.17 0 82.33 1 0.92
Hex EF FF D4 6 0 11 0 52 64 5C
Octal 357 377 324 6 0 21 0 122 144 134
Binary 11101111 11111111 11010100 110 0 10001 0 1010010 1100100 1011100

Color Harmonies of #EFFFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFD4

Black with #EFFFD4

Text Example


Text Example

White with #EFFFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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