#ECD5C6

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

Shades of Bizarre #ECD5C6

Tints of Bizarre #ECD5C6

Color information

#ECD5C6 (or 0xECD5C6) is unknown color: approx Bizarre. HEX triplet: EC, D5 and C6. RGB value is (236,213,198). Sum of RGB (Red+Green+Blue) = 236+213+198=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5C6 is #132A39. Grayscale: #DADADA. Windows color (decimal): -1255994 or 13030892. OLE color: 13030892.

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

Color convert

RGB236213198-
CMYK00.100.160.07
HSL23.68º50%85.1%-
HSV(B)23.68º16.1%92.55%-
XYZ68.5869.563.23-
YUV218.17116.62140.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 213 (83.59% from 255) = 32.92%
BLUE value IS 198 (77.73% from 255) = 30.60%
R=36.48%
G=32.92%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621319800.100.160.0723.685085.1
HexECD5C60A107183255
Octal3543253060122073062125
Binary1110110011010101110001100101010000111110001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD5C6; }

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

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

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

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

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

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

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

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