Html Css Color HEX #EDEAF1 Magnolia

📋 copy color: '#EDEAF1'

red 237 ◦ green 234 ◦ blue 241

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

Shades of Magnolia #EDEAF1

Tints of Magnolia #EDEAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.87%

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

R = 33.29%
G = 32.87%
B = 33.85%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDEAF1 (or 0xEDEAF1) is known color: Magnolia. HEX triplet: ED, EA and F1. RGB value is (237,234,241). Sum of RGB (Red+Green+Blue) = 237+234+241=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF1 is #12150E. Grayscale: #EBEBEB. Windows color (decimal): -1185039 or 15854317. OLE color: 15854317.

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

Color convert

RGB 237 234 241 -
CMYK 0.02 0.03 0 0.05
HSL 265.71º 0.2% 0.93% -
HSV(B) 265.71º 0.03% 0.95% -
XYZ 80.23 83.2 95.05 -
YUV 235.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 237 234 241 0.02 0.03 0 0.05 265.71 0.2 0.93
Hex ED EA F1 2 3 0 5 10A 14 5D
Octal 355 352 361 2 3 0 5 412 24 135
Binary 11101101 11101010 11110001 10 11 0 101 100001010 10100 1011101

Color Harmonies of #EDEAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAF1

Black with #EDEAF1

Text Example


Text Example

White with #EDEAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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