Html Css Color HEX #EFFFD3 Snow Flurry

📋 copy color: '#EFFFD3'

red 239 ◦ green 255 ◦ blue 211

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

Shades of Snow Flurry #EFFFD3

Tints of Snow Flurry #EFFFD3

RGB

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

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

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

R = 33.9%
G = 36.17%
B = 29.93%

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

#EFFFD3 (or 0xEFFFD3) is known color: Snow Flurry. HEX triplet: EF, FF and D3. RGB value is (239,255,211). Sum of RGB (Red+Green+Blue) = 239+255+211=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD3 is #10002C. Grayscale: #F5F5F5. Windows color (decimal): -1048621 or 13893615. OLE color: 13893615.

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

Color convert

RGB 239 255 211 -
CMYK 0.06 0 0.17 0
HSL 81.82º 1% 0.91% -
HSV(B) 81.82º 0.17% 1% -
XYZ 83.11 94.57 75.5 -
YUV 245.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 239 255 211 0.06 0 0.17 0 81.82 1 0.91
Hex EF FF D3 6 0 11 0 52 64 5B
Octal 357 377 323 6 0 21 0 122 144 133
Binary 11101111 11111111 11010011 110 0 10001 0 1010010 1100100 1011011

Color Harmonies of #EFFFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFD3

Black with #EFFFD3

Text Example


Text Example

White with #EFFFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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