#ECEBEE

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

Shades of Magnolia #ECEBEE

Tints of Magnolia #ECEBEE

Color information

#ECEBEE (or 0xECEBEE) is unknown color: approx Magnolia. HEX triplet: EC, EB and EE. RGB value is (236,235,238). Sum of RGB (Red+Green+Blue) = 236+235+238=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBEE is #131411. Grayscale: #EBEBEB. Windows color (decimal): -1250322 or 15657964. OLE color: 15657964.

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

Color convert

RGB236235238-
CMYK0.010.0100.07
HSL260º8.11%92.75%-
HSV(B)260º1.26%93.33%-
XYZ79.7383.4292.79-
YUV235.64129.33128.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.29%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=33.29%
G=33.15%
B=33.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362352380.010.0100.072608.1192.75
HexECEBEE110710485d
Octal354353356110740410135
Binary11101100111010111110111011011110000010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBEE; }

 p { color: rgb(236,235,238); }

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

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

 a { background-color: rgb(236,235,238); }

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

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

 span { border-color: rgb(236,235,238); }

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