Html Css Color HEX #EEDFFD Magnolia

📋 copy color: '#EEDFFD'

red 238 ◦ green 223 ◦ blue 253

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

Shades of Magnolia #EEDFFD

Tints of Magnolia #EEDFFD

RGB

 RED value IS 238 (93.36% from 255) = 33.33%

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

 BLUE value IS 253 (99.22% from 255) = 35.43%

R = 33.33%
G = 31.23%
B = 35.43%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEDFFD (or 0xEEDFFD) is known color: Magnolia. HEX triplet: EE, DF and FD. RGB value is (238,223,253). Sum of RGB (Red+Green+Blue) = 238+223+253=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFFD is #112002. Grayscale: #E6E6E6. Windows color (decimal): -1122307 or 16637934. OLE color: 16637934.

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

Color convert

RGB 238 223 253 -
CMYK 0.06 0.12 0 0.01
HSL 270º 0.88% 0.93% -
HSV(B) 270º 0.12% 0.99% -
XYZ 79.38 78.04 103.81 -
YUV 230.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 238 223 253 0.06 0.12 0 0.01 270 0.88 0.93
Hex EE DF FD 6 C 0 1 10E 58 5D
Octal 356 337 375 6 14 0 1 416 130 135
Binary 11101110 11011111 11111101 110 1100 0 1 100001110 1011000 1011101

Color Harmonies of #EEDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFFD

Black with #EEDFFD

Text Example


Text Example

White with #EEDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFFD; }

 p { color: rgb(238,223,253); }

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

background-color css

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

 a { background-color: rgb(238,223,253); }

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

border-color css

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

 span { border-color: rgb(238,223,253); }

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