#ECE1C1

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

Shades of Half Colonial White #ECE1C1

Tints of Half Colonial White #ECE1C1

Color information

#ECE1C1 (or 0xECE1C1) is unknown color: approx Half Colonial White. HEX triplet: EC, E1 and C1. RGB value is (236,225,193). Sum of RGB (Red+Green+Blue) = 236+225+193=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C1 is #131E3E. Grayscale: #E0E0E0. Windows color (decimal): -1252927 or 12706284. OLE color: 12706284.

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

Color convert

RGB236225193-
CMYK00.050.180.07
HSL44.65º53.09%84.12%-
HSV(B)44.65º18.22%92.55%-
XYZ71.1475.5361.28-
YUV224.64110.14136.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 193 (75.78% from 255) = 29.51%
R=36.09%
G=34.40%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622519300.050.180.0744.6553.0984.12
HexECE1C1051272d3554
Octal354341301052275565124
Binary1110110011100001110000010101100101111011011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE1C1; }

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

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

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

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

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

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

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

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