Shades of Chantilly #EDBFCD
Tints of Chantilly #EDBFCD
RGB
CMYK
RGB Variations
Color information
#EDBFCD (or 0xEDBFCD) is known color: Chantilly. HEX triplet: ED, BF and CD. RGB value is (237,191,205). Sum of RGB (Red+Green+Blue) = 237+191+205=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCD is #124032. Grayscale: #CECECE. Windows color (decimal): -1196083 or 13484013. OLE color: 13484013.
HSL color Cylindrical-coordinate representation of color #EDBFCD: hue angle of 341.74º 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 #EDBFCD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 205 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 341.74º | 0.56% | 0.84% | - |
| HSV(B) | 341.74º | 0.19% | 0.93% | - |
| XYZ | 64.58 | 59.67 | 65.87 | - |
| YUV | 206.35 | 127.24 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 205 | 0 | 0.19 | 0.14 | 0.07 | 341.74 | 0.56 | 0.84 |
| Hex | ED | BF | CD | 0 | 13 | E | 7 | 156 | 38 | 54 |
| Octal | 355 | 277 | 315 | 0 | 23 | 16 | 7 | 526 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11001101 | 0 | 10011 | 1110 | 111 | 101010110 | 111000 | 1010100 |
Color Harmonies of #EDBFCD
Complementary color
Monochromatic Colors of #EDBFCD
Black with #EDBFCD
Text Example
Text Example
White with #EDBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFCD; }
p { color: rgb(237,191,205); }
H1.HeaderClassName
{
color: #EDBFCD;
}
.AnyTagClassName
{
color: #EDBFCD;
}
</style>
background-color css
<style>
a { background-color: #EDBFCD; }
a { background-color: rgb(237,191,205); }
div.DivClassName
{
background-color: #EDBFCD;
}
.BgClassName
{
background-color: #EDBFCD;
}
</style>
border-color css
<style>
span { border-color: #EDBFCD; }
span { border-color: rgb(237,191,205); }
td.TdClassName
{
border-color: #EDBFCD;
}
.TagClassName
{
border-color: #EDBFCD;
}
</style>