#ECE3BD

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

Shades of Half Colonial White #ECE3BD

Tints of Half Colonial White #ECE3BD

Color information

#ECE3BD (or 0xECE3BD) is unknown color: approx Half Colonial White. HEX triplet: EC, E3 and BD. RGB value is (236,227,189). Sum of RGB (Red+Green+Blue) = 236+227+189=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3BD is #131C42. Grayscale: #E1E1E1. Windows color (decimal): -1252419 or 12444652. OLE color: 12444652.

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

Color convert

RGB236227189-
CMYK00.040.200.07
HSL48.51º55.29%83.33%-
HSV(B)48.51º19.92%92.55%-
XYZ71.2576.4559.14-
YUV225.36107.48135.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 227 (89.06% from 255) = 34.82%
BLUE value IS 189 (74.22% from 255) = 28.99%
R=36.20%
G=34.82%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622718900.040.200.0748.5155.2983.33
HexECE3BD04147313753
Octal354343275042476167123
Binary1110110011100011101111010100101001111100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3BD; }

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

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

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

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

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

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

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

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