#ECD1C6

Color #ECD1C6 Bizarre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bizarre #ECD1C6

Tints of Bizarre #ECD1C6

Color information

#ECD1C6 (or 0xECD1C6) is unknown color: approx Bizarre. HEX triplet: EC, D1 and C6. RGB value is (236,209,198). Sum of RGB (Red+Green+Blue) = 236+209+198=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1C6 is #132E39. Grayscale: #D7D7D7. Windows color (decimal): -1257018 or 13029868. OLE color: 13029868.

HSL color Cylindrical-coordinate representation of color #ECD1C6: hue angle of 17.37º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD1C6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB236209198-
CMYK00.110.160.07
HSL17.37º50%85.1%-
HSV(B)17.37º16.1%92.55%-
XYZ67.5967.5162.89-
YUV215.82117.95142.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 209 (82.03% from 255) = 32.50%
BLUE value IS 198 (77.73% from 255) = 30.79%
R=36.70%
G=32.50%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620919800.110.160.0717.375085.1
HexECD1C60B107113255
Octal3543213060132072162125
Binary1110110011010001110001100101110000111100011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1C6; }

 p { color: rgb(236,209,198); }

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

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

 a { background-color: rgb(236,209,198); }

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

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

 span { border-color: rgb(236,209,198); }

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