Html Css Color HEX #EFEAFF Magnolia

📋 copy color: '#EFEAFF'

red 239 ◦ green 234 ◦ blue 255

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

Shades of Magnolia #EFEAFF

Tints of Magnolia #EFEAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.03%

R = 32.83%
G = 32.14%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFEAFF (or 0xEFEAFF) is known color: Magnolia. HEX triplet: EF, EA and FF. RGB value is (239,234,255). Sum of RGB (Red+Green+Blue) = 239+234+255=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAFF is #101500. Grayscale: #EDEDED. Windows color (decimal): -1053953 or 16771823. OLE color: 16771823.

HSL color Cylindrical-coordinate representation of color #EFEAFF: hue angle of 254.29º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFEAFF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 234 255 -
CMYK 0.06 0.08 0 0
HSL 254.29º 1% 0.96% -
HSV(B) 254.29º 0.08% 1% -
XYZ 83.07 84.42 106.52 -
YUV 237.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 239 234 255 0.06 0.08 0 0 254.29 1 0.96
Hex EF EA FF 6 8 0 0 FE 64 60
Octal 357 352 377 6 10 0 0 376 144 140
Binary 11101111 11101010 11111111 110 1000 0 0 11111110 1100100 1100000

Color Harmonies of #EFEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAFF

Black with #EFEAFF

Text Example


Text Example

White with #EFEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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