#EBF9CA

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

Shades of Snow Flurry #EBF9CA

Tints of Snow Flurry #EBF9CA

Color information

#EBF9CA (or 0xEBF9CA) is unknown color: approx Snow Flurry. HEX triplet: EB, F9 and CA. RGB value is (235,249,202). Sum of RGB (Red+Green+Blue) = 235+249+202=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9CA is #140635. Grayscale: #EFEFEF. Windows color (decimal): -1312310 or 13302251. OLE color: 13302251.

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

Color convert

RGB235249202-
CMYK0.0600.190.02
HSL77.87º79.66%88.43%-
HSV(B)77.87º18.88%97.65%-
XYZ78.889.6869.03-
YUV239.46106.86124.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 202 (79.30% from 255) = 29.45%
R=34.26%
G=36.30%
B=29.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352492020.0600.190.0277.8779.6688.43
HexEBF9CA601324e5058
Octal35337131260232116120130
Binary11101011111110011100101011001001110100111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9CA; }

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

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

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

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

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

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

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

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