Html Css Color HEX #EBDEFD Magnolia

📋 copy color: '#EBDEFD'

red 235 ◦ green 222 ◦ blue 253

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

Shades of Magnolia #EBDEFD

Tints of Magnolia #EBDEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.27%

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

R = 33.1%
G = 31.27%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EBDEFD (or 0xEBDEFD) is known color: Magnolia. HEX triplet: EB, DE and FD. RGB value is (235,222,253). Sum of RGB (Red+Green+Blue) = 235+222+253=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEFD is #142102. Grayscale: #E5E5E5. Windows color (decimal): -1319171 or 16637675. OLE color: 16637675.

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

Color convert

RGB 235 222 253 -
CMYK 0.07 0.12 0 0.01
HSL 265.16º 0.89% 0.93% -
HSV(B) 265.16º 0.12% 0.99% -
XYZ 78.11 77 103.67 -
YUV 229.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 235 222 253 0.07 0.12 0 0.01 265.16 0.89 0.93
Hex EB DE FD 7 C 0 1 109 59 5D
Octal 353 336 375 7 14 0 1 411 131 135
Binary 11101011 11011110 11111101 111 1100 0 1 100001001 1011001 1011101

Color Harmonies of #EBDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEFD

Black with #EBDEFD

Text Example


Text Example

White with #EBDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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