#EDB3C6

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

Shades of Chantilly #EDB3C6

Tints of Chantilly #EDB3C6

Color information

#EDB3C6 (or 0xEDB3C6) is unknown color: approx Chantilly. HEX triplet: ED, B3 and C6. RGB value is (237,179,198). Sum of RGB (Red+Green+Blue) = 237+179+198=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3C6 is #124C39. Grayscale: #C6C6C6. Windows color (decimal): -1199162 or 13022189. OLE color: 13022189.

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

Color convert

RGB237179198-
CMYK00.240.160.07
HSL340.34º61.7%81.57%-
HSV(B)340.34º24.47%92.94%-
XYZ61.2454.3260.68-
YUV198.51127.72155.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=38.60%
G=29.15%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717919800.240.160.07340.3461.781.57
HexEDB3C60181071543e52
Octal35526330603020752476122
Binary111011011011001111000110011000100001111010101001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB3C6; }

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

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

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

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

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

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

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

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