#ECE1BD

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

Shades of Half Colonial White #ECE1BD

Tints of Half Colonial White #ECE1BD

Color information

#ECE1BD (or 0xECE1BD) is unknown color: approx Half Colonial White. HEX triplet: EC, E1 and BD. RGB value is (236,225,189). Sum of RGB (Red+Green+Blue) = 236+225+189=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1BD is #131E42. Grayscale: #E0E0E0. Windows color (decimal): -1252931 or 12444140. OLE color: 12444140.

HSL color Cylindrical-coordinate representation of color #ECE1BD: hue angle of 45.96º 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 #ECE1BD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236225189-
CMYK00.050.200.07
HSL45.96º55.29%83.33%-
HSV(B)45.96º19.92%92.55%-
XYZ70.775.3658.96-
YUV224.18108.14136.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.31%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=36.31%
G=34.62%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622518900.050.200.0745.9655.2983.33
HexECE1BD051472e3753
Octal354341275052475667123
Binary1110110011100001101111010101101001111011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1BD; }

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

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

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

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

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

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

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

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