Shades of Chantilly #EDBFC6
Tints of Chantilly #EDBFC6
RGB
CMYK
RGB Variations
Color information
#EDBFC6 (or 0xEDBFC6) is known color: Chantilly. HEX triplet: ED, BF and C6. RGB value is (237,191,198). Sum of RGB (Red+Green+Blue) = 237+191+198=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFC6 is #124039. Grayscale: #CDCDCD. Windows color (decimal): -1196090 or 13025261. OLE color: 13025261.
HSL color Cylindrical-coordinate representation of color #EDBFC6: hue angle of 350.87º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFC6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 198 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.07 |
| HSL | 350.87º | 0.56% | 0.84% | - |
| HSV(B) | 350.87º | 0.19% | 0.93% | - |
| XYZ | 63.75 | 59.34 | 61.52 | - |
| YUV | 205.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 198 | 0 | 0.19 | 0.16 | 0.07 | 350.87 | 0.56 | 0.84 |
| Hex | ED | BF | C6 | 0 | 13 | 10 | 7 | 15F | 38 | 54 |
| Octal | 355 | 277 | 306 | 0 | 23 | 20 | 7 | 537 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11000110 | 0 | 10011 | 10000 | 111 | 101011111 | 111000 | 1010100 |
Color Harmonies of #EDBFC6
Complementary color
Monochromatic Colors of #EDBFC6
Black with #EDBFC6
Text Example
Text Example
White with #EDBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFC6; }
p { color: rgb(237,191,198); }
H1.HeaderClassName
{
color: #EDBFC6;
}
.AnyTagClassName
{
color: #EDBFC6;
}
</style>
background-color css
<style>
a { background-color: #EDBFC6; }
a { background-color: rgb(237,191,198); }
div.DivClassName
{
background-color: #EDBFC6;
}
.BgClassName
{
background-color: #EDBFC6;
}
</style>
border-color css
<style>
span { border-color: #EDBFC6; }
span { border-color: rgb(237,191,198); }
td.TdClassName
{
border-color: #EDBFC6;
}
.TagClassName
{
border-color: #EDBFC6;
}
</style>