#EDBCC6

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

Shades of Chantilly #EDBCC6

Tints of Chantilly #EDBCC6

Color information

#EDBCC6 (or 0xEDBCC6) is unknown color: approx Chantilly. HEX triplet: ED, BC and C6. RGB value is (237,188,198). Sum of RGB (Red+Green+Blue) = 237+188+198=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCC6 is #124339. Grayscale: #CBCBCB. Windows color (decimal): -1196858 or 13024493. OLE color: 13024493.

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

Color convert

RGB237188198-
CMYK00.210.160.07
HSL347.76º57.65%83.33%-
HSV(B)347.76º20.68%92.94%-
XYZ63.158.0561.3-
YUV203.79124.73151.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=38.04%
G=30.18%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718819800.210.160.07347.7657.6583.33
HexEDBCC601510715c3a53
Octal35527430602520753472123
Binary111011011011110011000110010101100001111010111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBCC6; }

 p { color: rgb(237,188,198); }

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

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

 a { background-color: rgb(237,188,198); }

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

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

 span { border-color: rgb(237,188,198); }

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