#EFFFD0

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

Shades of Snow Flurry #EFFFD0

Tints of Snow Flurry #EFFFD0

Color information

#EFFFD0 (or 0xEFFFD0) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and D0. RGB value is (239,255,208). Sum of RGB (Red+Green+Blue) = 239+255+208=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD0 is #10002F. Grayscale: #F5F5F5. Windows color (decimal): -1048624 or 13697007. OLE color: 13697007.

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

Color convert

RGB239255208-
CMYK0.0600.180
HSL80.43º100%90.78%-
HSV(B)80.43º18.43%100%-
XYZ82.7494.4273.54-
YUV244.86107.2123.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 208 (81.64% from 255) = 29.63%
R=34.05%
G=36.32%
B=29.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552080.0600.18080.4310090.78
HexEFFFD06012050645b
Octal35737732060220120144133
Binary1110111111111111110100001100100100101000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFD0; }

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

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

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

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

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

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

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

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