#EDBAC1

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

Shades of Chantilly #EDBAC1

Tints of Chantilly #EDBAC1

Color information

#EDBAC1 (or 0xEDBAC1) is unknown color: approx Chantilly. HEX triplet: ED, BA and C1. RGB value is (237,186,193). Sum of RGB (Red+Green+Blue) = 237+186+193=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC1 is #12453E. Grayscale: #CACACA. Windows color (decimal): -1197375 or 12696301. OLE color: 12696301.

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

Color convert

RGB237186193-
CMYK00.220.190.07
HSL351.76º58.62%82.94%-
HSV(B)351.76º21.52%92.94%-
XYZ62.1156.9758.18-
YUV202.05122.9152.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=38.47%
G=30.19%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718619300.220.190.07351.7658.6282.94
HexEDBAC10161371603b53
Octal35527230102623754073123
Binary111011011011101011000001010110100111111011000001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAC1; }

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

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

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

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

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

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

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

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