Html Css Color HEX #EBFACD Snow Flurry

📋 copy color: '#EBFACD'

red 235 ◦ green 250 ◦ blue 205

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

Shades of Snow Flurry #EBFACD

Tints of Snow Flurry #EBFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.71%

R = 34.06%
G = 36.23%
B = 29.71%

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

#EBFACD (or 0xEBFACD) is known color: Snow Flurry. HEX triplet: EB, FA and CD. RGB value is (235,250,205). Sum of RGB (Red+Green+Blue) = 235+250+205=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACD is #140532. Grayscale: #F0F0F0. Windows color (decimal): -1312051 or 13499115. OLE color: 13499115.

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

Color convert

RGB 235 250 205 -
CMYK 0.06 0 0.18 0.02
HSL 80º 0.82% 0.89% -
HSV(B) 80º 0.18% 0.98% -
XYZ 79.47 90.44 71.03 -
YUV 240.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 235 250 205 0.06 0 0.18 0.02 80 0.82 0.89
Hex EB FA CD 6 0 12 2 50 52 59
Octal 353 372 315 6 0 22 2 120 122 131
Binary 11101011 11111010 11001101 110 0 10010 10 1010000 1010010 1011001

Color Harmonies of #EBFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFACD

Black with #EBFACD

Text Example


Text Example

White with #EBFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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