#EBFAD2

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

Shades of Snow Flurry #EBFAD2

Tints of Snow Flurry #EBFAD2

Color information

#EBFAD2 (or 0xEBFAD2) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and D2. RGB value is (235,250,210). Sum of RGB (Red+Green+Blue) = 235+250+210=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFAD2 is #14052D. Grayscale: #F1F1F1. Windows color (decimal): -1312046 or 13826795. OLE color: 13826795.

HSL color Cylindrical-coordinate representation of color #EBFAD2: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBFAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB235250210-
CMYK0.0600.160.02
HSL82.5º80%90.2%-
HSV(B)82.5º16%98.04%-
XYZ80.0890.6974.26-
YUV240.96110.53123.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 210 (82.42% from 255) = 30.22%
R=33.81%
G=35.97%
B=30.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502100.0600.160.0282.58090.2
HexEBFAD26010252505a
Octal35337232260202122120132
Binary11101011111110101101001011001000010101001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAD2; }

 p { color: rgb(235,250,210); }

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

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

 a { background-color: rgb(235,250,210); }

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

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

 span { border-color: rgb(235,250,210); }

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