#ECE2C2

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

Shades of Half Colonial White #ECE2C2

Tints of Half Colonial White #ECE2C2

Color information

#ECE2C2 (or 0xECE2C2) is unknown color: approx Half Colonial White. HEX triplet: EC, E2 and C2. RGB value is (236,226,194). Sum of RGB (Red+Green+Blue) = 236+226+194=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C2 is #131D3D. Grayscale: #E1E1E1. Windows color (decimal): -1252670 or 12772076. OLE color: 12772076.

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

Color convert

RGB236226194-
CMYK00.040.180.07
HSL45.71º52.5%84.31%-
HSV(B)45.71º17.8%92.55%-
XYZ71.5376.1261.96-
YUV225.34110.31135.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 226 (88.67% from 255) = 34.45%
BLUE value IS 194 (76.17% from 255) = 29.57%
R=35.98%
G=34.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622619400.040.180.0745.7152.584.31
HexECE2C2041272e3554
Octal354342302042275665124
Binary1110110011100010110000100100100101111011101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2C2; }

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

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

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

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

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

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

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

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