#EBFDC8

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

Shades of Snow Flurry #EBFDC8

Tints of Snow Flurry #EBFDC8

Color information

#EBFDC8 (or 0xEBFDC8) is unknown color: approx Snow Flurry. HEX triplet: EB, FD and C8. RGB value is (235,253,200). Sum of RGB (Red+Green+Blue) = 235+253+200=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDC8 is #140237. Grayscale: #F1F1F1. Windows color (decimal): -1311288 or 13172203. OLE color: 13172203.

HSL color Cylindrical-coordinate representation of color #EBFDC8: hue angle of 80.38º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBFDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB235253200-
CMYK0.0700.210.01
HSL80.38º92.98%88.82%-
HSV(B)80.38º20.95%99.22%-
XYZ79.8192.0868.21-
YUV241.58104.54123.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 200 (78.52% from 255) = 29.07%
R=34.16%
G=36.77%
B=29.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352532000.0700.210.0180.3892.9888.82
HexEBFDC870151505d59
Octal35337531070251120135131
Binary1110101111111101110010001110101011101000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDC8; }

 p { color: rgb(235,253,200); }

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

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

 a { background-color: rgb(235,253,200); }

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

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

 span { border-color: rgb(235,253,200); }

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