#EFFDCD

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

Shades of Snow Flurry #EFFDCD

Tints of Snow Flurry #EFFDCD

Color information

#EFFDCD (or 0xEFFDCD) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and CD. RGB value is (239,253,205). Sum of RGB (Red+Green+Blue) = 239+253+205=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDCD is #100232. Grayscale: #F3F3F3. Windows color (decimal): -1049139 or 13499887. OLE color: 13499887.

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

Color convert

RGB239253205-
CMYK0.0600.190.01
HSL77.5º92.31%89.8%-
HSV(B)77.5º18.97%99.22%-
XYZ81.7493.0171.4-
YUV243.34106.36124.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 205 (80.47% from 255) = 29.41%
R=34.29%
G=36.30%
B=29.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532050.0600.190.0177.592.3189.8
HexEFFDCD601314e5c5a
Octal35737531560231116134132
Binary1110111111111101110011011100100111100111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDCD; }

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

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

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

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

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

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

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

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