#ECE2BF

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

Shades of Half Colonial White #ECE2BF

Tints of Half Colonial White #ECE2BF

Color information

#ECE2BF (or 0xECE2BF) is unknown color: approx Half Colonial White. HEX triplet: EC, E2 and BF. RGB value is (236,226,191). Sum of RGB (Red+Green+Blue) = 236+226+191=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2BF is #131D40. Grayscale: #E1E1E1. Windows color (decimal): -1252673 or 12575468. OLE color: 12575468.

HSL color Cylindrical-coordinate representation of color #ECE2BF: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE2BF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236226191-
CMYK00.040.190.07
HSL46.67º54.22%83.73%-
HSV(B)46.67º19.07%92.55%-
XYZ71.1975.9960.2-
YUV225108.81135.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 191 (75% from 255) = 29.25%
R=36.14%
G=34.61%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622619100.040.190.0746.6754.2283.73
HexECE2BF041372f3654
Octal354342277042375766124
Binary1110110011100010101111110100100111111011111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2BF; }

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

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

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

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

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

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

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

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