#ECE2BD

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

Shades of Half Colonial White #ECE2BD

Tints of Half Colonial White #ECE2BD

Color information

#ECE2BD (or 0xECE2BD) is unknown color: approx Half Colonial White. HEX triplet: EC, E2 and BD. RGB value is (236,226,189). Sum of RGB (Red+Green+Blue) = 236+226+189=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2BD is #131D42. Grayscale: #E0E0E0. Windows color (decimal): -1252675 or 12444396. OLE color: 12444396.

HSL color Cylindrical-coordinate representation of color #ECE2BD: hue angle of 47.23º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE2BD is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236226189-
CMYK00.040.200.07
HSL47.23º55.29%83.33%-
HSV(B)47.23º19.92%92.55%-
XYZ70.9775.959.05-
YUV224.77107.81136.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 29.03%
R=36.25%
G=34.72%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622618900.040.200.0747.2355.2983.33
HexECE2BD041472f3753
Octal354342275042475767123
Binary1110110011100010101111010100101001111011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2BD; }

 p { color: rgb(236,226,189); }

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

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

 a { background-color: rgb(236,226,189); }

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

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

 span { border-color: rgb(236,226,189); }

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