#EBF7CE

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

Shades of Snow Flurry #EBF7CE

Tints of Snow Flurry #EBF7CE

Color information

#EBF7CE (or 0xEBF7CE) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and CE. RGB value is (235,247,206). Sum of RGB (Red+Green+Blue) = 235+247+206=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7CE is #140831. Grayscale: #EEEEEE. Windows color (decimal): -1312818 or 13563883. OLE color: 13563883.

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

Color convert

RGB235247206-
CMYK0.0500.170.03
HSL77.56º71.93%88.82%-
HSV(B)77.56º16.6%96.86%-
XYZ78.6688.6471.36-
YUV238.74109.52125.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=34.16%
G=35.90%
B=29.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472060.0500.170.0377.5671.9388.82
HexEBF7CE501134e4859
Octal35336731650213116110131
Binary11101011111101111100111010101000111100111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7CE; }

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

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

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

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

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

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

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

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