#EFFBD4

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

Shades of Snow Flurry #EFFBD4

Tints of Snow Flurry #EFFBD4

Color information

#EFFBD4 (or 0xEFFBD4) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and D4. RGB value is (239,251,212). Sum of RGB (Red+Green+Blue) = 239+251+212=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD4 is #10042B. Grayscale: #F3F3F3. Windows color (decimal): -1049644 or 13958127. OLE color: 13958127.

HSL color Cylindrical-coordinate representation of color #EFFBD4: hue angle of 78.46º 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 #EFFBD4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB239251212-
CMYK0.0500.160.02
HSL78.46º82.98%90.78%-
HSV(B)78.46º15.54%98.43%-
XYZ81.9892.175.74-
YUV242.97110.52125.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 212 (83.20% from 255) = 30.20%
R=34.05%
G=35.75%
B=30.20%

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
Decimal2392512120.0500.160.0278.4682.9890.78
HexEFFBD4501024e535b
Octal35737332450202116123133
Binary11101111111110111101010010101000010100111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBD4; }

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

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

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

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

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

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

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

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