#ECE1BC

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

Shades of Half Colonial White #ECE1BC

Tints of Half Colonial White #ECE1BC

Color information

#ECE1BC (or 0xECE1BC) is unknown color: approx Half Colonial White. HEX triplet: EC, E1 and BC. RGB value is (236,225,188). Sum of RGB (Red+Green+Blue) = 236+225+188=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1BC is #131E43. Grayscale: #E0E0E0. Windows color (decimal): -1252932 or 12378604. OLE color: 12378604.

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

Color convert

RGB236225188-
CMYK00.050.200.07
HSL46.25º55.81%83.14%-
HSV(B)46.25º20.34%92.55%-
XYZ70.5975.3158.39-
YUV224.07107.64136.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 188 (73.83% from 255) = 28.97%
R=36.36%
G=34.67%
B=28.97%

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
Decimal23622518800.050.200.0746.2555.8183.14
HexECE1BC051472e3853
Octal354341274052475670123
Binary1110110011100001101111000101101001111011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1BC; }

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

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

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

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

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

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

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

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