#EFFBD5

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

Shades of Snow Flurry #EFFBD5

Tints of Snow Flurry #EFFBD5

Color information

#EFFBD5 (or 0xEFFBD5) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and D5. RGB value is (239,251,213). Sum of RGB (Red+Green+Blue) = 239+251+213=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 213 (83.59% from 255 or 30.30% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD5 is #10042A. Grayscale: #F3F3F3. Windows color (decimal): -1049643 or 14023663. OLE color: 14023663.

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

Color convert

RGB239251213-
CMYK0.0500.150.02
HSL78.95º82.61%90.98%-
HSV(B)78.95º15.14%98.43%-
XYZ82.192.1576.41-
YUV243.08111.02125.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 213 (83.59% from 255) = 30.30%
R=34.00%
G=35.70%
B=30.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512130.0500.150.0278.9582.6190.98
HexEFFBD550F24f535b
Octal35737332550172117123133
Binary1110111111111011110101011010111110100111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBD5; }

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

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

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

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

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

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

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

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