#EBFECE

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

Shades of Snow Flurry #EBFECE

Tints of Snow Flurry #EBFECE

Color information

#EBFECE (or 0xEBFECE) is unknown color: approx Snow Flurry. HEX triplet: EB, FE and CE. RGB value is (235,254,206). Sum of RGB (Red+Green+Blue) = 235+254+206=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFECE is #140131. Grayscale: #F3F3F3. Windows color (decimal): -1311026 or 13565675. OLE color: 13565675.

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

Color convert

RGB235254206-
CMYK0.0700.190.00
HSL83.75º96%90.2%-
HSV(B)83.75º18.9%99.61%-
XYZ80.849372.08-
YUV242.85107.21122.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 206 (80.86% from 255) = 29.64%
R=33.81%
G=36.55%
B=29.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352542060.0700.190.0083.759690.2
HexEBFECE7013054605a
Octal35337631670230124140132
Binary1110101111111110110011101110100110101010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFECE; }

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

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

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

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

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

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

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

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