#ECDFFB

Color #ECDFFB Magnolia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magnolia #ECDFFB

Tints of Magnolia #ECDFFB

Color information

#ECDFFB (or 0xECDFFB) is unknown color: approx Magnolia. HEX triplet: EC, DF and FB. RGB value is (236,223,251). Sum of RGB (Red+Green+Blue) = 236+223+251=710 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.24% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFFB is #132004. Grayscale: #E5E5E5. Windows color (decimal): -1253381 or 16506860. OLE color: 16506860.

HSL color Cylindrical-coordinate representation of color #ECDFFB: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDFFB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236223251-
CMYK0.060.1100.02
HSL267.86º77.78%92.94%-
HSV(B)267.86º11.16%98.43%-
XYZ78.3977.57102.11-
YUV230.08139.81132.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.24%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=33.24%
G=31.41%
B=35.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362232510.060.1100.02267.8677.7892.94
HexECDFFB6B0210c4e5d
Octal35433737361302414116135
Binary111011001101111111111011110101101010000110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFFB; }

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

 H1.HeaderClassName
 {
   color: #ECDFFB;
 }
 .AnyTagClassName
 {
   color: #ECDFFB;
 }
</style>
background-color css

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

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

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

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

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

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