Html Css Color HEX #ECDBFF Magnolia

📋 copy color: '#ECDBFF'

red 236 ◦ green 219 ◦ blue 255

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

Shades of Magnolia #ECDBFF

Tints of Magnolia #ECDBFF

RGB

 RED value IS 236 (92.58% from 255) = 33.24%

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

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

R = 33.24%
G = 30.85%
B = 35.92%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECDBFF (or 0xECDBFF) is known color: Magnolia. HEX triplet: EC, DB and FF. RGB value is (236,219,255). Sum of RGB (Red+Green+Blue) = 236+219+255=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBFF is #132400. Grayscale: #E4E4E4. Windows color (decimal): -1254401 or 16767980. OLE color: 16767980.

HSL color Cylindrical-coordinate representation of color #ECDBFF: hue angle of 268.33º 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 #ECDBFF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 236 219 255 -
CMYK 0.07 0.14 0 0
HSL 268.33º 1% 0.93% -
HSV(B) 268.33º 0.14% 1% -
XYZ 77.97 75.72 105.11 -
YUV 228.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 236 219 255 0.07 0.14 0 0 268.33 1 0.93
Hex EC DB FF 7 E 0 0 10C 64 5D
Octal 354 333 377 7 16 0 0 414 144 135
Binary 11101100 11011011 11111111 111 1110 0 0 100001100 1100100 1011101

Color Harmonies of #ECDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBFF

Black with #ECDBFF

Text Example


Text Example

White with #ECDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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