Html Css Color HEX #EDFACB Snow Flurry

📋 copy color: '#EDFACB'

red 237 ◦ green 250 ◦ blue 203

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

Shades of Snow Flurry #EDFACB

Tints of Snow Flurry #EDFACB

RGB

 RED value IS 237 (92.97% from 255) = 34.35%

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

 BLUE value IS 203 (79.69% from 255) = 29.42%

R = 34.35%
G = 36.23%
B = 29.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#EDFACB (or 0xEDFACB) is known color: Snow Flurry. HEX triplet: ED, FA and CB. RGB value is (237,250,203). Sum of RGB (Red+Green+Blue) = 237+250+203=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFACB is #120534. Grayscale: #F0F0F0. Windows color (decimal): -1180981 or 13368045. OLE color: 13368045.

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

Color convert

RGB 237 250 203 -
CMYK 0.05 0 0.19 0.02
HSL 76.6º 0.82% 0.89% -
HSV(B) 76.6º 0.19% 0.98% -
XYZ 79.89 90.69 69.79 -
YUV 240.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 237 250 203 0.05 0 0.19 0.02 76.6 0.82 0.89
Hex ED FA CB 5 0 13 2 4D 52 59
Octal 355 372 313 5 0 23 2 115 122 131
Binary 11101101 11111010 11001011 101 0 10011 10 1001101 1010010 1011001

Color Harmonies of #EDFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFACB

Black with #EDFACB

Text Example


Text Example

White with #EDFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFACB; }

 p { color: rgb(237,250,203); }

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

background-color css

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

 a { background-color: rgb(237,250,203); }

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

border-color css

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

 span { border-color: rgb(237,250,203); }

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