#ECE3BF

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

Shades of Half Colonial White #ECE3BF

Tints of Half Colonial White #ECE3BF

Color information

#ECE3BF (or 0xECE3BF) is unknown color: approx Half Colonial White. HEX triplet: EC, E3 and BF. RGB value is (236,227,191). Sum of RGB (Red+Green+Blue) = 236+227+191=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3BF is #131C40. Grayscale: #E1E1E1. Windows color (decimal): -1252417 or 12575724. OLE color: 12575724.

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

Color convert

RGB236227191-
CMYK00.040.190.07
HSL48º54.22%83.73%-
HSV(B)48º19.07%92.55%-
XYZ71.4776.5360.3-
YUV225.59108.48135.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 191 (75% from 255) = 29.20%
R=36.09%
G=34.71%
B=29.20%

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
Decimal23622719100.040.190.074854.2283.73
HexECE3BF04137303654
Octal354343277042376066124
Binary1110110011100011101111110100100111111100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3BF; }

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

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

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

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

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

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

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

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