Html Css Color HEX #EBFACE Snow Flurry

📋 copy color: '#EBFACE'

red 235 ◦ green 250 ◦ blue 206

#EBFACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EBFACE

Tints of Snow Flurry #EBFACE

RGB

 RED value IS 235 (92.19% from 255) = 34.01%

 GREEN value IS 250 (98.05% from 255) = 36.18%

 BLUE value IS 206 (80.86% from 255) = 29.81%

R = 34.01%
G = 36.18%
B = 29.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#EBFACE (or 0xEBFACE) is known color: Snow Flurry. HEX triplet: EB, FA and CE. RGB value is (235,250,206). Sum of RGB (Red+Green+Blue) = 235+250+206=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACE is #140531. Grayscale: #F0F0F0. Windows color (decimal): -1312050 or 13564651. OLE color: 13564651.

HSL color Cylindrical-coordinate representation of color #EBFACE: hue angle of 80.45º degrees, saturation: 0.81, 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 #EBFACE is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 250 206 -
CMYK 0.06 0 0.18 0.02
HSL 80.45º 0.81% 0.89% -
HSV(B) 80.45º 0.18% 0.98% -
XYZ 79.59 90.49 71.66 -
YUV 240.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 235 250 206 0.06 0 0.18 0.02 80.45 0.81 0.89
Hex EB FA CE 6 0 12 2 50 51 59
Octal 353 372 316 6 0 22 2 120 121 131
Binary 11101011 11111010 11001110 110 0 10010 10 1010000 1010001 1011001

Color Harmonies of #EBFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFACE

Black with #EBFACE

Text Example


Text Example

White with #EBFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFACE; }

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

 H1.HeaderClassName
 {
   color: #EBFACE;
 }
 .AnyTagClassName
 {
   color: #EBFACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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