Html Css Color HEX #EBDBFF Magnolia

📋 copy color: '#EBDBFF'

red 235 ◦ green 219 ◦ blue 255

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

Shades of Magnolia #EBDBFF

Tints of Magnolia #EBDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 30.89%

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

R = 33.15%
G = 30.89%
B = 35.97%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBDBFF (or 0xEBDBFF) is known color: Magnolia. HEX triplet: EB, DB and FF. RGB value is (235,219,255). Sum of RGB (Red+Green+Blue) = 235+219+255=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBFF is #142400. Grayscale: #E3E3E3. Windows color (decimal): -1319937 or 16767979. OLE color: 16767979.

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

Color convert

RGB 235 219 255 -
CMYK 0.08 0.14 0 0
HSL 266.67º 1% 0.93% -
HSV(B) 266.67º 0.14% 1% -
XYZ 77.64 75.55 105.1 -
YUV 227.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 235 219 255 0.08 0.14 0 0 266.67 1 0.93
Hex EB DB FF 8 E 0 0 10B 64 5D
Octal 353 333 377 10 16 0 0 413 144 135
Binary 11101011 11011011 11111111 1000 1110 0 0 100001011 1100100 1011101

Color Harmonies of #EBDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBFF

Black with #EBDBFF

Text Example


Text Example

White with #EBDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBFF; }

 p { color: rgb(235,219,255); }

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

background-color css

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

 a { background-color: rgb(235,219,255); }

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

border-color css

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

 span { border-color: rgb(235,219,255); }

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