#EBF7CD

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

Shades of Snow Flurry #EBF7CD

Tints of Snow Flurry #EBF7CD

Color information

#EBF7CD (or 0xEBF7CD) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and CD. RGB value is (235,247,205). Sum of RGB (Red+Green+Blue) = 235+247+205=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7CD is #140832. Grayscale: #EEEEEE. Windows color (decimal): -1312819 or 13498347. OLE color: 13498347.

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

Color convert

RGB235247205-
CMYK0.0500.170.03
HSL77.14º72.41%88.63%-
HSV(B)77.14º17%96.86%-
XYZ78.5488.5970.72-
YUV238.62109.02125.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 205 (80.47% from 255) = 29.84%
R=34.21%
G=35.95%
B=29.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472050.0500.170.0377.1472.4188.63
HexEBF7CD501134d4859
Octal35336731550213115110131
Binary11101011111101111100110110101000111100110110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7CD; }

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

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

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

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

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

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

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

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