#EFFECD

Color #EFFECD Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EFFECD

Tints of Snow Flurry #EFFECD

Color information

#EFFECD (or 0xEFFECD) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and CD. RGB value is (239,254,205). Sum of RGB (Red+Green+Blue) = 239+254+205=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFECD is #100132. Grayscale: #F4F4F4. Windows color (decimal): -1048883 or 13500143. OLE color: 13500143.

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

Color convert

RGB239254205-
CMYK0.0600.190.00
HSL78.37º96.08%90%-
HSV(B)78.37º19.29%99.61%-
XYZ82.0693.6471.51-
YUV243.93106.03124.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 205 (80.47% from 255) = 29.37%
R=34.24%
G=36.39%
B=29.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542050.0600.190.0078.3796.0890
HexEFFECD601304e605a
Octal35737631560230116140132
Binary1110111111111110110011011100100110100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFECD; }

 p { color: rgb(239,254,205); }

 H1.HeaderClassName
 {
   color: #EFFECD;
 }
 .AnyTagClassName
 {
   color: #EFFECD;
 }
</style>
background-color css

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

 a { background-color: rgb(239,254,205); }

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

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

 span { border-color: rgb(239,254,205); }

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