Html Css Color HEX #EBDDFD Magnolia

📋 copy color: '#EBDDFD'

red 235 ◦ green 221 ◦ blue 253

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

Shades of Magnolia #EBDDFD

Tints of Magnolia #EBDDFD

RGB

 RED value IS 235 (92.19% from 255) = 33.15%

 GREEN value IS 221 (86.72% from 255) = 31.17%

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

R = 33.15%
G = 31.17%
B = 35.68%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBDDFD (or 0xEBDDFD) is known color: Magnolia. HEX triplet: EB, DD and FD. RGB value is (235,221,253). Sum of RGB (Red+Green+Blue) = 235+221+253=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDFD is #142202. Grayscale: #E4E4E4. Windows color (decimal): -1319427 or 16637419. OLE color: 16637419.

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

Color convert

RGB 235 221 253 -
CMYK 0.07 0.13 0 0.01
HSL 266.25º 0.89% 0.93% -
HSV(B) 266.25º 0.13% 0.99% -
XYZ 77.85 76.47 103.59 -
YUV 228.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 235 221 253 0.07 0.13 0 0.01 266.25 0.89 0.93
Hex EB DD FD 7 D 0 1 10A 59 5D
Octal 353 335 375 7 15 0 1 412 131 135
Binary 11101011 11011101 11111101 111 1101 0 1 100001010 1011001 1011101

Color Harmonies of #EBDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDFD

Black with #EBDDFD

Text Example


Text Example

White with #EBDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDFD; }

 p { color: rgb(235,221,253); }

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

background-color css

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

 a { background-color: rgb(235,221,253); }

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

border-color css

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

 span { border-color: rgb(235,221,253); }

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