#EFFDD3

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

Shades of Snow Flurry #EFFDD3

Tints of Snow Flurry #EFFDD3

Color information

#EFFDD3 (or 0xEFFDD3) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and D3. RGB value is (239,253,211). Sum of RGB (Red+Green+Blue) = 239+253+211=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD3 is #10022C. Grayscale: #F4F4F4. Windows color (decimal): -1049133 or 13893103. OLE color: 13893103.

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

Color convert

RGB239253211-
CMYK0.0600.170.01
HSL80º91.3%90.98%-
HSV(B)80º16.6%99.22%-
XYZ82.4893.375.29-
YUV244.03109.36124.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 211 (82.81% from 255) = 30.01%
R=34.00%
G=35.99%
B=30.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532110.0600.170.018091.390.98
HexEFFDD360111505b5b
Octal35737532360211120133133
Binary1110111111111101110100111100100011101000010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDD3; }

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

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

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

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

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

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

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

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