#EFFFBD

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

Shades of Snow Flurry #EFFFBD

Tints of Snow Flurry #EFFFBD

Color information

#EFFFBD (or 0xEFFFBD) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and BD. RGB value is (239,255,189). Sum of RGB (Red+Green+Blue) = 239+255+189=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBD is #100042. Grayscale: #F2F2F2. Windows color (decimal): -1048643 or 12451823. OLE color: 12451823.

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

Color convert

RGB239255189-
CMYK0.0600.260
HSL74.55º100%87.06%-
HSV(B)74.55º25.88%100%-
XYZ80.5493.5461.96-
YUV242.6997.7125.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 27.67%
R=34.99%
G=37.34%
B=27.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551890.0600.26074.5510087.06
HexEFFFBD601A04b6457
Octal35737727560320113144127
Binary1110111111111111101111011100110100100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFBD; }

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

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

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

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

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

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

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

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