#EBF4CE

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

Shades of Snow Flurry #EBF4CE

Tints of Snow Flurry #EBF4CE

Color information

#EBF4CE (or 0xEBF4CE) is unknown color: approx Snow Flurry. HEX triplet: EB, F4 and CE. RGB value is (235,244,206). Sum of RGB (Red+Green+Blue) = 235+244+206=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 206 (80.86% from 255 or 30.07% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4CE is #140B31. Grayscale: #EDEDED. Windows color (decimal): -1313586 or 13563115. OLE color: 13563115.

HSL color Cylindrical-coordinate representation of color #EBF4CE: hue angle of 74.21º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBF4CE is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB235244206-
CMYK0.0400.160.04
HSL74.21º63.33%88.24%-
HSV(B)74.21º15.57%95.69%-
XYZ77.7586.8271.05-
YUV236.98110.52126.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 206 (80.86% from 255) = 30.07%
R=34.31%
G=35.62%
B=30.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352442060.0400.160.0474.2163.3388.24
HexEBF4CE401044a3f58
Octal3533643164020411277130
Binary11101011111101001100111010001000010010010101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4CE; }

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

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

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

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

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

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

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

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