Shades of Chantilly #EDBFCE
Tints of Chantilly #EDBFCE
RGB
CMYK
RGB Variations
Color information
#EDBFCE (or 0xEDBFCE) is known color: Chantilly. HEX triplet: ED, BF and CE. RGB value is (237,191,206). Sum of RGB (Red+Green+Blue) = 237+191+206=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFCE is #124031. Grayscale: #CECECE. Windows color (decimal): -1196082 or 13549549. OLE color: 13549549.
HSL color Cylindrical-coordinate representation of color #EDBFCE: hue angle of 340.43º 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 #EDBFCE is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 191 | 206 | - |
CMYK | 0 | 0.19 | 0.13 | 0.07 |
HSL | 340.43º | 0.56% | 0.84% | - |
HSV(B) | 340.43º | 0.19% | 0.93% | - |
XYZ | 64.7 | 59.72 | 66.51 | - |
YUV | 206.46 | 127.74 | 149.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 191 | 206 | 0 | 0.19 | 0.13 | 0.07 | 340.43 | 0.56 | 0.84 |
Hex | ED | BF | CE | 0 | 13 | D | 7 | 154 | 38 | 54 |
Octal | 355 | 277 | 316 | 0 | 23 | 15 | 7 | 524 | 70 | 124 |
Binary | 11101101 | 10111111 | 11001110 | 0 | 10011 | 1101 | 111 | 101010100 | 111000 | 1010100 |
Color Harmonies of #EDBFCE
Complementary color
Monochromatic Colors of #EDBFCE
Black with #EDBFCE
Text Example
Text Example
White with #EDBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFCE; }
p { color: rgb(237,191,206); }
H1.HeaderClassName
{
color: #EDBFCE;
}
.AnyTagClassName
{
color: #EDBFCE;
}
</style>
background-color css
<style>
a { background-color: #EDBFCE; }
a { background-color: rgb(237,191,206); }
div.DivClassName
{
background-color: #EDBFCE;
}
.BgClassName
{
background-color: #EDBFCE;
}
</style>
border-color css
<style>
span { border-color: #EDBFCE; }
span { border-color: rgb(237,191,206); }
td.TdClassName
{
border-color: #EDBFCE;
}
.TagClassName
{
border-color: #EDBFCE;
}
</style>