#ECEBDB

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

Shades of Black White #ECEBDB

Tints of Black White #ECEBDB

Color information

#ECEBDB (or 0xECEBDB) is unknown color: approx Black White. HEX triplet: EC, EB and DB. RGB value is (236,235,219). Sum of RGB (Red+Green+Blue) = 236+235+219=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBDB is #131424. Grayscale: #E9E9E9. Windows color (decimal): -1250341 or 14412780. OLE color: 14412780.

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

Color convert

RGB236235219-
CMYK00.000.070.07
HSL56.47º30.91%89.22%-
HSV(B)56.47º7.2%92.55%-
XYZ77.0982.3678.85-
YUV233.48119.83129.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=34.20%
G=34.06%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623521900.000.070.0756.4730.9189.22
HexECEBDB0077381f59
Octal35435333300777037131
Binary11101100111010111101101100111111111000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBDB; }

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

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

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

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

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

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

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

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