#EBF4CD

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

Shades of Snow Flurry #EBF4CD

Tints of Snow Flurry #EBF4CD

Color information

#EBF4CD (or 0xEBF4CD) is unknown color: approx Snow Flurry. HEX triplet: EB, F4 and CD. RGB value is (235,244,205). Sum of RGB (Red+Green+Blue) = 235+244+205=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4CD is #140B32. Grayscale: #EDEDED. Windows color (decimal): -1313587 or 13497579. OLE color: 13497579.

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

Color convert

RGB235244205-
CMYK0.0400.160.04
HSL73.85º63.93%88.04%-
HSV(B)73.85º15.98%95.69%-
XYZ77.6386.7770.41-
YUV236.86110.02126.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 244 (95.70% from 255) = 35.67%
BLUE value IS 205 (80.47% from 255) = 29.97%
R=34.36%
G=35.67%
B=29.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352442050.0400.160.0473.8563.9388.04
HexEBF4CD401044a4058
Octal35336431540204112100130
Binary111010111111010011001101100010000100100101010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4CD; }

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

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

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

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

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

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

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

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