#EDC5CD

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

Shades of Chantilly #EDC5CD

Tints of Chantilly #EDC5CD

Color information

#EDC5CD (or 0xEDC5CD) is unknown color: approx Chantilly. HEX triplet: ED, C5 and CD. RGB value is (237,197,205). Sum of RGB (Red+Green+Blue) = 237+197+205=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5CD is #123A32. Grayscale: #D1D1D1. Windows color (decimal): -1194547 or 13485549. OLE color: 13485549.

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

Color convert

RGB237197205-
CMYK00.170.140.07
HSL348º52.63%85.1%-
HSV(B)348º16.88%92.94%-
XYZ65.9162.3466.32-
YUV209.87125.25147.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 197 (77.34% from 255) = 30.83%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=37.09%
G=30.83%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719720500.170.140.0734852.6385.1
HexEDC5CD011E715c3555
Octal35530531502116753465125
Binary11101101110001011100110101000111101111010111001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5CD; }

 p { color: rgb(237,197,205); }

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

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

 a { background-color: rgb(237,197,205); }

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

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

 span { border-color: rgb(237,197,205); }

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