Html Css Color HEX #EDEAF4 Magnolia

📋 copy color: '#EDEAF4'

red 237 ◦ green 234 ◦ blue 244

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

Shades of Magnolia #EDEAF4

Tints of Magnolia #EDEAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.13%

R = 33.15%
G = 32.73%
B = 34.13%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDEAF4 (or 0xEDEAF4) is known color: Magnolia. HEX triplet: ED, EA and F4. RGB value is (237,234,244). Sum of RGB (Red+Green+Blue) = 237+234+244=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF4 is #12150B. Grayscale: #ECECEC. Windows color (decimal): -1185036 or 16050925. OLE color: 16050925.

HSL color Cylindrical-coordinate representation of color #EDEAF4: hue angle of 258º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEAF4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 234 244 -
CMYK 0.03 0.04 0 0.04
HSL 258º 0.31% 0.94% -
HSV(B) 258º 0.04% 0.96% -
XYZ 80.68 83.38 97.43 -
YUV 236.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 237 234 244 0.03 0.04 0 0.04 258 0.31 0.94
Hex ED EA F4 3 4 0 4 102 1F 5E
Octal 355 352 364 3 4 0 4 402 37 136
Binary 11101101 11101010 11110100 11 100 0 100 100000010 11111 1011110

Color Harmonies of #EDEAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAF4

Black with #EDEAF4

Text Example


Text Example

White with #EDEAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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