#EDC0CD

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

Shades of Chantilly #EDC0CD

Tints of Chantilly #EDC0CD

Color information

#EDC0CD (or 0xEDC0CD) is unknown color: approx Chantilly. HEX triplet: ED, C0 and CD. RGB value is (237,192,205). Sum of RGB (Red+Green+Blue) = 237+192+205=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0CD is #123F32. Grayscale: #CECECE. Windows color (decimal): -1195827 or 13484269. OLE color: 13484269.

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

Color convert

RGB237192205-
CMYK00.190.140.07
HSL342.67º55.56%84.12%-
HSV(B)342.67º18.99%92.94%-
XYZ64.7960.1165.95-
YUV206.94126.91149.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=37.38%
G=30.28%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719220500.190.140.07342.6755.5684.12
HexEDC0CD013E71573854
Octal35530031502316752770124
Binary11101101110000001100110101001111101111010101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC0CD; }

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

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

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

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

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

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

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

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