#ECE4BF

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

Shades of Half Colonial White #ECE4BF

Tints of Half Colonial White #ECE4BF

Color information

#ECE4BF (or 0xECE4BF) is unknown color: approx Half Colonial White. HEX triplet: EC, E4 and BF. RGB value is (236,228,191). Sum of RGB (Red+Green+Blue) = 236+228+191=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4BF is #131B40. Grayscale: #E2E2E2. Windows color (decimal): -1252161 or 12575980. OLE color: 12575980.

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

Color convert

RGB236228191-
CMYK00.030.190.07
HSL49.33º54.22%83.73%-
HSV(B)49.33º19.07%92.55%-
XYZ71.7477.0860.39-
YUV226.17108.15135.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 191 (75% from 255) = 29.16%
R=36.03%
G=34.81%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622819100.030.190.0749.3354.2283.73
HexECE4BF03137313654
Octal354344277032376166124
Binary111011001110010010111111011100111111100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4BF; }

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

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

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

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

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

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

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

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