Html Css Color HEX #EDEBF1 Magnolia

📋 copy color: '#EDEBF1'

red 237 ◦ green 235 ◦ blue 241

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

Shades of Magnolia #EDEBF1

Tints of Magnolia #EDEBF1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 32.96%

 BLUE value IS 241 (94.53% from 255) = 33.8%

R = 33.24%
G = 32.96%
B = 33.8%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDEBF1 (or 0xEDEBF1) is known color: Magnolia. HEX triplet: ED, EB and F1. RGB value is (237,235,241). Sum of RGB (Red+Green+Blue) = 237+235+241=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBF1 is #12140E. Grayscale: #ECECEC. Windows color (decimal): -1184783 or 15854573. OLE color: 15854573.

HSL color Cylindrical-coordinate representation of color #EDEBF1: hue angle of 260º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEBF1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 235 241 -
CMYK 0.02 0.02 0 0.05
HSL 260º 0.18% 0.93% -
HSV(B) 260º 0.02% 0.95% -
XYZ 80.51 83.77 95.15 -
YUV 236.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 237 235 241 0.02 0.02 0 0.05 260 0.18 0.93
Hex ED EB F1 2 2 0 5 104 12 5D
Octal 355 353 361 2 2 0 5 404 22 135
Binary 11101101 11101011 11110001 10 10 0 101 100000100 10010 1011101

Color Harmonies of #EDEBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBF1

Black with #EDEBF1

Text Example


Text Example

White with #EDEBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBF1; }

 p { color: rgb(237,235,241); }

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

background-color css

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

 a { background-color: rgb(237,235,241); }

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

border-color css

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

 span { border-color: rgb(237,235,241); }

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