#ECEBDA

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

Shades of Black White #ECEBDA

Tints of Black White #ECEBDA

Color information

#ECEBDA (or 0xECEBDA) is unknown color: approx Black White. HEX triplet: EC, EB and DA. RGB value is (236,235,218). Sum of RGB (Red+Green+Blue) = 236+235+218=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEBDA is #131425. Grayscale: #E9E9E9. Windows color (decimal): -1250342 or 14347244. OLE color: 14347244.

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

Color convert

RGB236235218-
CMYK00.000.080.07
HSL56.67º32.14%89.02%-
HSV(B)56.67º7.63%92.55%-
XYZ76.9682.3178.16-
YUV233.36119.33129.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=34.25%
G=34.11%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623521800.000.080.0756.6732.1489.02
HexECEBDA0087392059
Octal354353332001077140131
Binary1110110011101011110110100010001111110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEBDA; }

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

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

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

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

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

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

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

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