#EDBACC

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

Shades of Chantilly #EDBACC

Tints of Chantilly #EDBACC

Color information

#EDBACC (or 0xEDBACC) is unknown color: approx Chantilly. HEX triplet: ED, BA and CC. RGB value is (237,186,204). Sum of RGB (Red+Green+Blue) = 237+186+204=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACC is #124533. Grayscale: #CBCBCB. Windows color (decimal): -1197364 or 13417197. OLE color: 13417197.

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

Color convert

RGB237186204-
CMYK00.220.140.07
HSL338.82º58.62%82.94%-
HSV(B)338.82º21.52%92.94%-
XYZ63.3857.4864.88-
YUV203.3128.4152.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=37.80%
G=29.67%
B=32.54%

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
Decimal23718620400.220.140.07338.8258.6282.94
HexEDBACC016E71533b53
Octal35527231402616752373123
Binary11101101101110101100110001011011101111010100111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBACC; }

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

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

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

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

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

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

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

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