Html Css Color HEX #ECDFFF Magnolia

📋 copy color: '#ECDFFF'

red 236 ◦ green 223 ◦ blue 255

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

Shades of Magnolia #ECDFFF

Tints of Magnolia #ECDFFF

RGB

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

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

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

R = 33.05%
G = 31.23%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ECDFFF (or 0xECDFFF) is known color: Magnolia. HEX triplet: EC, DF and FF. RGB value is (236,223,255). Sum of RGB (Red+Green+Blue) = 236+223+255=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECDFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFFF is #132000. Grayscale: #E6E6E6. Windows color (decimal): -1253377 or 16769004. OLE color: 16769004.

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

Color convert

RGB 236 223 255 -
CMYK 0.07 0.13 0 0
HSL 264.38º 1% 0.94% -
HSV(B) 264.38º 0.13% 1% -
XYZ 79.03 77.83 105.46 -
YUV 230.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 236 223 255 0.07 0.13 0 0 264.38 1 0.94
Hex EC DF FF 7 D 0 0 108 64 5E
Octal 354 337 377 7 15 0 0 410 144 136
Binary 11101100 11011111 11111111 111 1101 0 0 100001000 1100100 1011110

Color Harmonies of #ECDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFFF

Black with #ECDFFF

Text Example


Text Example

White with #ECDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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