#EDBAC4

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

Shades of Chantilly #EDBAC4

Tints of Chantilly #EDBAC4

Color information

#EDBAC4 (or 0xEDBAC4) is unknown color: approx Chantilly. HEX triplet: ED, BA and C4. RGB value is (237,186,196). Sum of RGB (Red+Green+Blue) = 237+186+196=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC4 is #12453B. Grayscale: #CACACA. Windows color (decimal): -1197372 or 12892909. OLE color: 12892909.

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

Color convert

RGB237186196-
CMYK00.220.170.07
HSL348.24º58.62%82.94%-
HSV(B)348.24º21.52%92.94%-
XYZ62.4557.1159.96-
YUV202.39124.4152.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=38.29%
G=30.05%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718619600.220.170.07348.2458.6282.94
HexEDBAC401611715c3b53
Octal35527230402621753473123
Binary111011011011101011000100010110100011111010111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBAC4; }

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

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

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

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

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

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

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

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