#EFFBD3

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

Shades of Snow Flurry #EFFBD3

Tints of Snow Flurry #EFFBD3

Color information

#EFFBD3 (or 0xEFFBD3) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and D3. RGB value is (239,251,211). Sum of RGB (Red+Green+Blue) = 239+251+211=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 211 (82.81% from 255 or 30.10% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD3 is #10042C. Grayscale: #F3F3F3. Windows color (decimal): -1049645 or 13892591. OLE color: 13892591.

HSL color Cylindrical-coordinate representation of color #EFFBD3: hue angle of 78º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFFBD3 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB239251211-
CMYK0.0500.160.02
HSL78º83.33%90.59%-
HSV(B)78º15.94%98.43%-
XYZ81.8592.0575.08-
YUV242.85110.02125.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 211 (82.81% from 255) = 30.10%
R=34.09%
G=35.81%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512110.0500.160.027883.3390.59
HexEFFBD3501024e535b
Octal35737332350202116123133
Binary11101111111110111101001110101000010100111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBD3; }

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

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

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

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

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

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

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

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