#EBF7C1

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

Shades of Snow Flurry #EBF7C1

Tints of Snow Flurry #EBF7C1

Color information

#EBF7C1 (or 0xEBF7C1) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and C1. RGB value is (235,247,193). Sum of RGB (Red+Green+Blue) = 235+247+193=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 193 (75.78% from 255 or 28.59% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7C1 is #14083E. Grayscale: #EDEDED. Windows color (decimal): -1312831 or 12711915. OLE color: 12711915.

HSL color Cylindrical-coordinate representation of color #EBF7C1: hue angle of 73.33º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBF7C1 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB235247193-
CMYK0.0500.220.03
HSL73.33º77.14%86.27%-
HSV(B)73.33º21.86%96.86%-
XYZ77.1588.0363.38-
YUV237.26103.02126.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 193 (75.78% from 255) = 28.59%
R=34.81%
G=36.59%
B=28.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352471930.0500.220.0373.3377.1486.27
HexEBF7C150163494d56
Octal35336730150263111115126
Binary11101011111101111100000110101011011100100110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7C1; }

 p { color: rgb(235,247,193); }

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

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

 a { background-color: rgb(235,247,193); }

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

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

 span { border-color: rgb(235,247,193); }

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