#EBFFCD

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

Shades of Snow Flurry #EBFFCD

Tints of Snow Flurry #EBFFCD

Color information

#EBFFCD (or 0xEBFFCD) is unknown color: approx Snow Flurry. HEX triplet: EB, FF and CD. RGB value is (235,255,205). Sum of RGB (Red+Green+Blue) = 235+255+205=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFCD is #140032. Grayscale: #F3F3F3. Windows color (decimal): -1310771 or 13500395. OLE color: 13500395.

HSL color Cylindrical-coordinate representation of color #EBFFCD: hue angle of 84º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBFFCD is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB235255205-
CMYK0.0800.200
HSL84º100%90.2%-
HSV(B)84º19.61%100%-
XYZ81.0493.5971.55-
YUV243.32106.37122.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.81%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 205 (80.47% from 255) = 29.50%
R=33.81%
G=36.69%
B=29.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552050.0800.2008410090.2
HexEBFFCD8014054645a
Octal353377315100240124144132
Binary11101011111111111100110110000101000101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFCD; }

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

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

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

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

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

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

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

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