Html Css Color HEX #ECDFFD Magnolia

📋 copy color: '#ECDFFD'

red 236 ◦ green 223 ◦ blue 253

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

Shades of Magnolia #ECDFFD

Tints of Magnolia #ECDFFD

RGB

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

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

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

R = 33.15%
G = 31.32%
B = 35.53%

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

#ECDFFD (or 0xECDFFD) is known color: Magnolia. HEX triplet: EC, DF and FD. RGB value is (236,223,253). Sum of RGB (Red+Green+Blue) = 236+223+253=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFFD is #132002. Grayscale: #E6E6E6. Windows color (decimal): -1253379 or 16637932. OLE color: 16637932.

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

Color convert

RGB 236 223 253 -
CMYK 0.07 0.12 0 0.01
HSL 266º 0.88% 0.93% -
HSV(B) 266º 0.12% 0.99% -
XYZ 78.71 77.7 103.78 -
YUV 230.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 236 223 253 0.07 0.12 0 0.01 266 0.88 0.93
Hex EC DF FD 7 C 0 1 10A 58 5D
Octal 354 337 375 7 14 0 1 412 130 135
Binary 11101100 11011111 11111101 111 1100 0 1 100001010 1011000 1011101

Color Harmonies of #ECDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDFFD

Black with #ECDFFD

Text Example


Text Example

White with #ECDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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