#EBFDCE

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

Shades of Snow Flurry #EBFDCE

Tints of Snow Flurry #EBFDCE

Color information

#EBFDCE (or 0xEBFDCE) is unknown color: approx Snow Flurry. HEX triplet: EB, FD and CE. RGB value is (235,253,206). Sum of RGB (Red+Green+Blue) = 235+253+206=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDCE is #140231. Grayscale: #F2F2F2. Windows color (decimal): -1311282 or 13565419. OLE color: 13565419.

HSL color Cylindrical-coordinate representation of color #EBFDCE: hue angle of 82.98º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBFDCE is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB235253206-
CMYK0.0700.190.01
HSL82.98º92.16%90%-
HSV(B)82.98º18.58%99.22%-
XYZ80.5392.3771.98-
YUV242.26107.54122.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.86%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=33.86%
G=36.46%
B=29.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532060.0700.190.0182.9892.1690
HexEBFDCE70131535c5a
Octal35337531670231123134132
Binary1110101111111101110011101110100111101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDCE; }

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

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

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

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

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

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

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

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