#EBFACC

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

Shades of Snow Flurry #EBFACC

Tints of Snow Flurry #EBFACC

Color information

#EBFACC (or 0xEBFACC) is unknown color: approx Snow Flurry. HEX triplet: EB, FA and CC. RGB value is (235,250,204). Sum of RGB (Red+Green+Blue) = 235+250+204=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACC is #140533. Grayscale: #F0F0F0. Windows color (decimal): -1312052 or 13433579. OLE color: 13433579.

HSL color Cylindrical-coordinate representation of color #EBFACC: hue angle of 79.57º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBFACC is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB235250204-
CMYK0.0600.180.02
HSL79.57º82.14%89.02%-
HSV(B)79.57º18.4%98.04%-
XYZ79.3590.3970.39-
YUV240.27107.53124.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=34.11%
G=36.28%
B=29.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502040.0600.180.0279.5782.1489.02
HexEBFACC60122505259
Octal35337231460222120122131
Binary11101011111110101100110011001001010101000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFACC; }

 p { color: rgb(235,250,204); }

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

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

 a { background-color: rgb(235,250,204); }

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

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

 span { border-color: rgb(235,250,204); }

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