#EDBACD

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

Shades of Chantilly #EDBACD

Tints of Chantilly #EDBACD

Color information

#EDBACD (or 0xEDBACD) is unknown color: approx Chantilly. HEX triplet: ED, BA and CD. RGB value is (237,186,205). Sum of RGB (Red+Green+Blue) = 237+186+205=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACD is #124532. Grayscale: #CBCBCB. Windows color (decimal): -1197363 or 13482733. OLE color: 13482733.

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

Color convert

RGB237186205-
CMYK00.220.140.07
HSL337.65º58.62%82.94%-
HSV(B)337.65º21.52%92.94%-
XYZ63.557.5365.52-
YUV203.42128.9151.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=37.74%
G=29.62%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718620500.220.140.07337.6558.6282.94
HexEDBACD016E71523b53
Octal35527231502616752273123
Binary11101101101110101100110101011011101111010100101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBACD; }

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

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

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

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

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

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

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

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