#EFFBD0

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

Shades of Snow Flurry #EFFBD0

Tints of Snow Flurry #EFFBD0

Color information

#EFFBD0 (or 0xEFFBD0) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and D0. RGB value is (239,251,208). Sum of RGB (Red+Green+Blue) = 239+251+208=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD0 is #10042F. Grayscale: #F2F2F2. Windows color (decimal): -1049648 or 13695983. OLE color: 13695983.

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

Color convert

RGB239251208-
CMYK0.0500.170.02
HSL76.74º84.31%90%-
HSV(B)76.74º17.13%98.43%-
XYZ81.4891.973.12-
YUV242.51108.52125.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 251 (98.44% from 255) = 35.96%
BLUE value IS 208 (81.64% from 255) = 29.80%
R=34.24%
G=35.96%
B=29.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512080.0500.170.0276.7484.3190
HexEFFBD0501124d545a
Octal35737332050212115124132
Binary11101111111110111101000010101000110100110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBD0; }

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

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

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

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

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

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

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

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