#EBF8C6

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

Shades of Snow Flurry #EBF8C6

Tints of Snow Flurry #EBF8C6

Color information

#EBF8C6 (or 0xEBF8C6) is unknown color: approx Snow Flurry. HEX triplet: EB, F8 and C6. RGB value is (235,248,198). Sum of RGB (Red+Green+Blue) = 235+248+198=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 198 (77.73% from 255 or 29.07% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8C6 is #140739. Grayscale: #EEEEEE. Windows color (decimal): -1312570 or 13039851. OLE color: 13039851.

HSL color Cylindrical-coordinate representation of color #EBF8C6: hue angle of 75.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBF8C6 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB235248198-
CMYK0.0500.200.03
HSL75.6º78.12%87.45%-
HSV(B)75.6º20.16%97.25%-
XYZ78.0288.8766.47-
YUV238.41105.19125.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 248 (97.27% from 255) = 36.42%
BLUE value IS 198 (77.73% from 255) = 29.07%
R=34.51%
G=36.42%
B=29.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352481980.0500.200.0375.678.1287.45
HexEBF8C6501434c4e57
Octal35337030650243114116127
Binary11101011111110001100011010101010011100110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8C6; }

 p { color: rgb(235,248,198); }

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

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

 a { background-color: rgb(235,248,198); }

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

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

 span { border-color: rgb(235,248,198); }

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