#EBF8CE

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

Shades of Snow Flurry #EBF8CE

Tints of Snow Flurry #EBF8CE

Color information

#EBF8CE (or 0xEBF8CE) is unknown color: approx Snow Flurry. HEX triplet: EB, F8 and CE. RGB value is (235,248,206). Sum of RGB (Red+Green+Blue) = 235+248+206=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8CE is #140731. Grayscale: #EFEFEF. Windows color (decimal): -1312562 or 13564139. OLE color: 13564139.

HSL color Cylindrical-coordinate representation of color #EBF8CE: hue angle of 78.57º degrees, saturation: 0.75, 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 #EBF8CE is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB235248206-
CMYK0.0500.170.03
HSL78.57º75%89.02%-
HSV(B)78.57º16.94%97.25%-
XYZ78.9789.2571.46-
YUV239.32109.19124.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 206 (80.86% from 255) = 29.90%
R=34.11%
G=35.99%
B=29.90%

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
Decimal2352482060.0500.170.0378.577589.02
HexEBF8CE501134f4b59
Octal35337031650213117113131
Binary11101011111110001100111010101000111100111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8CE; }

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

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

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

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

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

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

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

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