#EBFECF

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

Shades of Snow Flurry #EBFECF

Tints of Snow Flurry #EBFECF

Color information

#EBFECF (or 0xEBFECF) is unknown color: approx Snow Flurry. HEX triplet: EB, FE and CF. RGB value is (235,254,207). Sum of RGB (Red+Green+Blue) = 235+254+207=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFECF is #140130. Grayscale: #F3F3F3. Windows color (decimal): -1311025 or 13631211. OLE color: 13631211.

HSL color Cylindrical-coordinate representation of color #EBFECF: hue angle of 84.26º 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 #EBFECF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB235254207-
CMYK0.0700.190.00
HSL84.26º95.92%90.39%-
HSV(B)84.26º18.5%99.61%-
XYZ80.9793.0572.72-
YUV242.96107.71122.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 207 (81.25% from 255) = 29.74%
R=33.76%
G=36.49%
B=29.74%

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
Decimal2352542070.0700.190.0084.2695.9290.39
HexEBFECF7013054605a
Octal35337631770230124140132
Binary1110101111111110110011111110100110101010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFECF; }

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

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

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

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

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

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

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

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