Shades of Chantilly #EDB3C5
Tints of Chantilly #EDB3C5
RGB
CMYK
RGB Variations
Color information
#EDB3C5 (or 0xEDB3C5) is known color: Chantilly. HEX triplet: ED, B3 and C5. RGB value is (237,179,197). Sum of RGB (Red+Green+Blue) = 237+179+197=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3C5 is #124C3A. Grayscale: #C6C6C6. Windows color (decimal): -1199163 or 12956653. OLE color: 12956653.
HSL color Cylindrical-coordinate representation of color #EDB3C5: hue angle of 341.38º 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 #EDB3C5 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 197 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.07 |
| HSL | 341.38º | 0.62% | 0.82% | - |
| HSV(B) | 341.38º | 0.24% | 0.93% | - |
| XYZ | 61.12 | 54.28 | 60.08 | - |
| YUV | 198.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 197 | 0 | 0.24 | 0.17 | 0.07 | 341.38 | 0.62 | 0.82 |
| Hex | ED | B3 | C5 | 0 | 18 | 11 | 7 | 155 | 3E | 52 |
| Octal | 355 | 263 | 305 | 0 | 30 | 21 | 7 | 525 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11000101 | 0 | 11000 | 10001 | 111 | 101010101 | 111110 | 1010010 |
Color Harmonies of #EDB3C5
Complementary color
Monochromatic Colors of #EDB3C5
Black with #EDB3C5
Text Example
Text Example
White with #EDB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3C5; }
p { color: rgb(237,179,197); }
H1.HeaderClassName
{
color: #EDB3C5;
}
.AnyTagClassName
{
color: #EDB3C5;
}
</style>
background-color css
<style>
a { background-color: #EDB3C5; }
a { background-color: rgb(237,179,197); }
div.DivClassName
{
background-color: #EDB3C5;
}
.BgClassName
{
background-color: #EDB3C5;
}
</style>
border-color css
<style>
span { border-color: #EDB3C5; }
span { border-color: rgb(237,179,197); }
td.TdClassName
{
border-color: #EDB3C5;
}
.TagClassName
{
border-color: #EDB3C5;
}
</style>