#EDC1CB

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

Shades of Chantilly #EDC1CB

Tints of Chantilly #EDC1CB

Color information

#EDC1CB (or 0xEDC1CB) is unknown color: approx Chantilly. HEX triplet: ED, C1 and CB. RGB value is (237,193,203). Sum of RGB (Red+Green+Blue) = 237+193+203=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1CB is #123E34. Grayscale: #CFCFCF. Windows color (decimal): -1195573 or 13353453. OLE color: 13353453.

HSL color Cylindrical-coordinate representation of color #EDC1CB: hue angle of 346.36º degrees, saturation: 0.55, 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 #EDC1CB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237193203-
CMYK00.190.140.07
HSL346.36º55%84.31%-
HSV(B)346.36º18.57%92.94%-
XYZ64.7760.4664.76-
YUV207.3125.58149.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=37.44%
G=30.49%
B=32.07%

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
Decimal23719320300.190.140.07346.365584.31
HexEDC1CB013E715a3754
Octal35530131302316753267124
Binary11101101110000011100101101001111101111010110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC1CB; }

 p { color: rgb(237,193,203); }

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

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

 a { background-color: rgb(237,193,203); }

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

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

 span { border-color: rgb(237,193,203); }

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