#ECD4C7

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

Shades of Bizarre #ECD4C7

Tints of Bizarre #ECD4C7

Color information

#ECD4C7 (or 0xECD4C7) is unknown color: approx Bizarre. HEX triplet: EC, D4 and C7. RGB value is (236,212,199). Sum of RGB (Red+Green+Blue) = 236+212+199=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4C7 is #132B38. Grayscale: #D9D9D9. Windows color (decimal): -1256249 or 13096172. OLE color: 13096172.

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

Color convert

RGB236212199-
CMYK00.100.160.07
HSL21.08º49.33%85.29%-
HSV(B)21.08º15.68%92.55%-
XYZ68.4469.0463.75-
YUV217.69117.45141.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 212 (83.20% from 255) = 32.77%
BLUE value IS 199 (78.12% from 255) = 30.76%
R=36.48%
G=32.77%
B=30.76%

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
Decimal23621219900.100.160.0721.0849.3385.29
HexECD4C70A107153155
Octal3543243070122072561125
Binary1110110011010100110001110101010000111101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4C7; }

 p { color: rgb(236,212,199); }

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

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

 a { background-color: rgb(236,212,199); }

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

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

 span { border-color: rgb(236,212,199); }

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