Html Css Color HEX #EFDFFF Magnolia

📋 copy color: '#EFDFFF'

red 239 ◦ green 223 ◦ blue 255

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

Shades of Magnolia #EFDFFF

Tints of Magnolia #EFDFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.1%

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

R = 33.33%
G = 31.1%
B = 35.56%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFDFFF (or 0xEFDFFF) is known color: Magnolia. HEX triplet: EF, DF and FF. RGB value is (239,223,255). Sum of RGB (Red+Green+Blue) = 239+223+255=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFF is #102000. Grayscale: #E7E7E7. Windows color (decimal): -1056769 or 16769007. OLE color: 16769007.

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

Color convert

RGB 239 223 255 -
CMYK 0.06 0.13 0 0
HSL 270º 1% 0.94% -
HSV(B) 270º 0.13% 1% -
XYZ 80.03 78.35 105.51 -
YUV 231.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 239 223 255 0.06 0.13 0 0 270 1 0.94
Hex EF DF FF 6 D 0 0 10E 64 5E
Octal 357 337 377 6 15 0 0 416 144 136
Binary 11101111 11011111 11111111 110 1101 0 0 100001110 1100100 1011110

Color Harmonies of #EFDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFFF

Black with #EFDFFF

Text Example


Text Example

White with #EFDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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