Html Css Color HEX #EFEAFA Magnolia

📋 copy color: '#EFEAFA'

red 239 ◦ green 234 ◦ blue 250

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

Shades of Magnolia #EFEAFA

Tints of Magnolia #EFEAFA

RGB

 RED value IS 239 (93.75% from 255) = 33.06%

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

 BLUE value IS 250 (98.05% from 255) = 34.58%

R = 33.06%
G = 32.37%
B = 34.58%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFEAFA (or 0xEFEAFA) is known color: Magnolia. HEX triplet: EF, EA and FA. RGB value is (239,234,250). Sum of RGB (Red+Green+Blue) = 239+234+250=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFA is #101505. Grayscale: #EDEDED. Windows color (decimal): -1053958 or 16444143. OLE color: 16444143.

HSL color Cylindrical-coordinate representation of color #EFEAFA: hue angle of 258.75º degrees, saturation: 0.62, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEAFA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 234 250 -
CMYK 0.04 0.06 0 0.02
HSL 258.75º 0.62% 0.95% -
HSV(B) 258.75º 0.06% 0.98% -
XYZ 82.27 84.1 102.34 -
YUV 237.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 239 234 250 0.04 0.06 0 0.02 258.75 0.62 0.95
Hex EF EA FA 4 6 0 2 103 3E 5F
Octal 357 352 372 4 6 0 2 403 76 137
Binary 11101111 11101010 11111010 100 110 0 10 100000011 111110 1011111

Color Harmonies of #EFEAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAFA

Black with #EFEAFA

Text Example


Text Example

White with #EFEAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAFA; }

 p { color: rgb(239,234,250); }

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

background-color css

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

 a { background-color: rgb(239,234,250); }

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

border-color css

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

 span { border-color: rgb(239,234,250); }

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