#EBF7CF

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

Shades of Snow Flurry #EBF7CF

Tints of Snow Flurry #EBF7CF

Color information

#EBF7CF (or 0xEBF7CF) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and CF. RGB value is (235,247,207). Sum of RGB (Red+Green+Blue) = 235+247+207=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7CF is #140830. Grayscale: #EFEFEF. Windows color (decimal): -1312817 or 13629419. OLE color: 13629419.

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

Color convert

RGB235247207-
CMYK0.0500.160.03
HSL78º71.43%89.02%-
HSV(B)78º16.19%96.86%-
XYZ78.7888.6972-
YUV238.85110.02125.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 207 (81.25% from 255) = 30.04%
R=34.11%
G=35.85%
B=30.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472070.0500.160.037871.4389.02
HexEBF7CF501034e4759
Octal35336731750203116107131
Binary11101011111101111100111110101000011100111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7CF; }

 p { color: rgb(235,247,207); }

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

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

 a { background-color: rgb(235,247,207); }

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

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

 span { border-color: rgb(235,247,207); }

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