Html Css Color HEX #EDDFFC Magnolia

📋 copy color: '#EDDFFC'

red 237 ◦ green 223 ◦ blue 252

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

Shades of Magnolia #EDDFFC

Tints of Magnolia #EDDFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.39%

R = 33.29%
G = 31.32%
B = 35.39%

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

#EDDFFC (or 0xEDDFFC) is known color: Magnolia. HEX triplet: ED, DF and FC. RGB value is (237,223,252). Sum of RGB (Red+Green+Blue) = 237+223+252=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFFC is #122003. Grayscale: #E6E6E6. Windows color (decimal): -1187844 or 16572397. OLE color: 16572397.

HSL color Cylindrical-coordinate representation of color #EDDFFC: hue angle of 268.97º degrees, saturation: 0.83, 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 #EDDFFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 223 252 -
CMYK 0.06 0.12 0 0.01
HSL 268.97º 0.83% 0.93% -
HSV(B) 268.97º 0.12% 0.99% -
XYZ 78.88 77.81 102.96 -
YUV 230.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 237 223 252 0.06 0.12 0 0.01 268.97 0.83 0.93
Hex ED DF FC 6 C 0 1 10D 53 5D
Octal 355 337 374 6 14 0 1 415 123 135
Binary 11101101 11011111 11111100 110 1100 0 1 100001101 1010011 1011101

Color Harmonies of #EDDFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFFC

Black with #EDDFFC

Text Example


Text Example

White with #EDDFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFFC; }

 p { color: rgb(237,223,252); }

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

background-color css

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

 a { background-color: rgb(237,223,252); }

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

border-color css

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

 span { border-color: rgb(237,223,252); }

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