Html Css Color HEX #EBFACF Snow Flurry

📋 copy color: '#EBFACF'

red 235 ◦ green 250 ◦ blue 207

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

Shades of Snow Flurry #EBFACF

Tints of Snow Flurry #EBFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.91%

R = 33.96%
G = 36.13%
B = 29.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EBFACF (or 0xEBFACF) is known color: Snow Flurry. HEX triplet: EB, FA and CF. RGB value is (235,250,207). Sum of RGB (Red+Green+Blue) = 235+250+207=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACF is #140530. Grayscale: #F0F0F0. Windows color (decimal): -1312049 or 13630187. OLE color: 13630187.

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

Color convert

RGB 235 250 207 -
CMYK 0.06 0 0.17 0.02
HSL 80.93º 0.81% 0.9% -
HSV(B) 80.93º 0.17% 0.98% -
XYZ 79.71 90.54 72.31 -
YUV 240.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 235 250 207 0.06 0 0.17 0.02 80.93 0.81 0.9
Hex EB FA CF 6 0 11 2 51 51 5A
Octal 353 372 317 6 0 21 2 121 121 132
Binary 11101011 11111010 11001111 110 0 10001 10 1010001 1010001 1011010

Color Harmonies of #EBFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFACF

Black with #EBFACF

Text Example


Text Example

White with #EBFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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