#EBF8D5

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

Shades of Snow Flurry #EBF8D5

Tints of Snow Flurry #EBF8D5

Color information

#EBF8D5 (or 0xEBF8D5) is unknown color: approx Snow Flurry. HEX triplet: EB, F8 and D5. RGB value is (235,248,213). Sum of RGB (Red+Green+Blue) = 235+248+213=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8D5 is #14072A. Grayscale: #F0F0F0. Windows color (decimal): -1312555 or 14022891. OLE color: 14022891.

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

Color convert

RGB235248213-
CMYK0.0500.140.03
HSL82.29º71.43%90.39%-
HSV(B)82.29º14.11%97.25%-
XYZ79.8489.676.04-
YUV240.12112.69124.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 248 (97.27% from 255) = 35.63%
BLUE value IS 213 (83.59% from 255) = 30.60%
R=33.76%
G=35.63%
B=30.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352482130.0500.140.0382.2971.4390.39
HexEBF8D550E352475a
Octal35337032550163122107132
Binary1110101111111000110101011010111011101001010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8D5; }

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

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

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

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

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

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

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

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