Shades of Chantilly #EDBFCC
Tints of Chantilly #EDBFCC
RGB
CMYK
RGB Variations
Color information
#EDBFCC (or 0xEDBFCC) is known color: Chantilly. HEX triplet: ED, BF and CC. RGB value is (237,191,204). Sum of RGB (Red+Green+Blue) = 237+191+204=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCC is #124033. Grayscale: #CECECE. Windows color (decimal): -1196084 or 13418477. OLE color: 13418477.
HSL color Cylindrical-coordinate representation of color #EDBFCC: hue angle of 343.04º 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 #EDBFCC is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 204 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 343.04º | 0.56% | 0.84% | - |
| HSV(B) | 343.04º | 0.19% | 0.93% | - |
| XYZ | 64.45 | 59.63 | 65.24 | - |
| YUV | 206.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 204 | 0 | 0.19 | 0.14 | 0.07 | 343.04 | 0.56 | 0.84 |
| Hex | ED | BF | CC | 0 | 13 | E | 7 | 157 | 38 | 54 |
| Octal | 355 | 277 | 314 | 0 | 23 | 16 | 7 | 527 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11001100 | 0 | 10011 | 1110 | 111 | 101010111 | 111000 | 1010100 |
Color Harmonies of #EDBFCC
Complementary color
Monochromatic Colors of #EDBFCC
Black with #EDBFCC
Text Example
Text Example
White with #EDBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFCC; }
p { color: rgb(237,191,204); }
H1.HeaderClassName
{
color: #EDBFCC;
}
.AnyTagClassName
{
color: #EDBFCC;
}
</style>
background-color css
<style>
a { background-color: #EDBFCC; }
a { background-color: rgb(237,191,204); }
div.DivClassName
{
background-color: #EDBFCC;
}
.BgClassName
{
background-color: #EDBFCC;
}
</style>
border-color css
<style>
span { border-color: #EDBFCC; }
span { border-color: rgb(237,191,204); }
td.TdClassName
{
border-color: #EDBFCC;
}
.TagClassName
{
border-color: #EDBFCC;
}
</style>