#EBF8CA

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

Shades of Snow Flurry #EBF8CA

Tints of Snow Flurry #EBF8CA

Color information

#EBF8CA (or 0xEBF8CA) is unknown color: approx Snow Flurry. HEX triplet: EB, F8 and CA. RGB value is (235,248,202). Sum of RGB (Red+Green+Blue) = 235+248+202=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8CA is #140735. Grayscale: #EFEFEF. Windows color (decimal): -1312566 or 13301995. OLE color: 13301995.

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

Color convert

RGB235248202-
CMYK0.0500.190.03
HSL76.96º76.67%88.24%-
HSV(B)76.96º18.55%97.25%-
XYZ78.4989.0668.93-
YUV238.87107.19125.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 248 (97.27% from 255) = 36.20%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=34.31%
G=36.20%
B=29.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352482020.0500.190.0376.9676.6788.24
HexEBF8CA501334d4d58
Octal35337031250233115115130
Binary11101011111110001100101010101001111100110110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8CA; }

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

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

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

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

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

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

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

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