Shades of Chantilly #EDBFCB
Tints of Chantilly #EDBFCB
RGB
CMYK
RGB Variations
Color information
#EDBFCB (or 0xEDBFCB) is known color: Chantilly. HEX triplet: ED, BF and CB. RGB value is (237,191,203). Sum of RGB (Red+Green+Blue) = 237+191+203=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCB is #124034. Grayscale: #CECECE. Windows color (decimal): -1196085 or 13352941. OLE color: 13352941.
HSL color Cylindrical-coordinate representation of color #EDBFCB: hue angle of 344.35º 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 #EDBFCB is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 203 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 344.35º | 0.56% | 0.84% | - |
| HSV(B) | 344.35º | 0.19% | 0.93% | - |
| XYZ | 64.34 | 59.58 | 64.61 | - |
| YUV | 206.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 203 | 0 | 0.19 | 0.14 | 0.07 | 344.35 | 0.56 | 0.84 |
| Hex | ED | BF | CB | 0 | 13 | E | 7 | 158 | 38 | 54 |
| Octal | 355 | 277 | 313 | 0 | 23 | 16 | 7 | 530 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11001011 | 0 | 10011 | 1110 | 111 | 101011000 | 111000 | 1010100 |
Color Harmonies of #EDBFCB
Complementary color
Monochromatic Colors of #EDBFCB
Black with #EDBFCB
Text Example
Text Example
White with #EDBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFCB; }
p { color: rgb(237,191,203); }
H1.HeaderClassName
{
color: #EDBFCB;
}
.AnyTagClassName
{
color: #EDBFCB;
}
</style>
background-color css
<style>
a { background-color: #EDBFCB; }
a { background-color: rgb(237,191,203); }
div.DivClassName
{
background-color: #EDBFCB;
}
.BgClassName
{
background-color: #EDBFCB;
}
</style>
border-color css
<style>
span { border-color: #EDBFCB; }
span { border-color: rgb(237,191,203); }
td.TdClassName
{
border-color: #EDBFCB;
}
.TagClassName
{
border-color: #EDBFCB;
}
</style>