#EBFFD2

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

Shades of Snow Flurry #EBFFD2

Tints of Snow Flurry #EBFFD2

Color information

#EBFFD2 (or 0xEBFFD2) is unknown color: approx Snow Flurry. HEX triplet: EB, FF and D2. RGB value is (235,255,210). Sum of RGB (Red+Green+Blue) = 235+255+210=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFD2 is #14002D. Grayscale: #F4F4F4. Windows color (decimal): -1310766 or 13828075. OLE color: 13828075.

HSL color Cylindrical-coordinate representation of color #EBFFD2: hue angle of 86.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBFFD2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB235255210-
CMYK0.0800.180
HSL86.67º100%91.18%-
HSV(B)86.67º17.65%100%-
XYZ81.6593.8474.78-
YUV243.89108.87121.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 210 (82.42% from 255) = 30%
R=33.57%
G=36.43%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552100.0800.18086.6710091.18
HexEBFFD28012057645b
Octal353377322100220127144133
Binary11101011111111111101001010000100100101011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFD2; }

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

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

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

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

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

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

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

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