#EBF4CF

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

Shades of Snow Flurry #EBF4CF

Tints of Snow Flurry #EBF4CF

Color information

#EBF4CF (or 0xEBF4CF) is unknown color: approx Snow Flurry. HEX triplet: EB, F4 and CF. RGB value is (235,244,207). Sum of RGB (Red+Green+Blue) = 235+244+207=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4CF is #140B30. Grayscale: #EDEDED. Windows color (decimal): -1313585 or 13628651. OLE color: 13628651.

HSL color Cylindrical-coordinate representation of color #EBF4CF: hue angle of 74.59º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBF4CF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB235244207-
CMYK0.0400.150.04
HSL74.59º62.71%88.43%-
HSV(B)74.59º15.16%95.69%-
XYZ77.8786.8771.69-
YUV237.09111.02126.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 244 (95.70% from 255) = 35.57%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=34.26%
G=35.57%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352442070.0400.150.0474.5962.7188.43
HexEBF4CF40F44b3f58
Octal3533643174017411377130
Binary1110101111110100110011111000111110010010111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4CF; }

 p { color: rgb(235,244,207); }

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

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

 a { background-color: rgb(235,244,207); }

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

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

 span { border-color: rgb(235,244,207); }

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