Shades of Chantilly #E6BFCA
Tints of Chantilly #E6BFCA
RGB
CMYK
RGB Variations
Color information
#E6BFCA (or 0xE6BFCA) is known color: Chantilly. HEX triplet: E6, BF and CA. RGB value is (230,191,202). Sum of RGB (Red+Green+Blue) = 230+191+202=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFCA is #194035. Grayscale: #CBCBCB. Windows color (decimal): -1654838 or 13287398. OLE color: 13287398.
HSL color Cylindrical-coordinate representation of color #E6BFCA: hue angle of 343.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFCA is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 191 | 202 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.10 |
| HSL | 343.08º | 0.44% | 0.83% | - |
| HSV(B) | 343.08º | 0.17% | 0.9% | - |
| XYZ | 61.92 | 58.35 | 63.88 | - |
| YUV | 203.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 191 | 202 | 0 | 0.17 | 0.12 | 0.10 | 343.08 | 0.44 | 0.83 |
| Hex | E6 | BF | CA | 0 | 11 | C | A | 157 | 2C | 53 |
| Octal | 346 | 277 | 312 | 0 | 21 | 14 | 12 | 527 | 54 | 123 |
| Binary | 11100110 | 10111111 | 11001010 | 0 | 10001 | 1100 | 1010 | 101010111 | 101100 | 1010011 |
Color Harmonies of #E6BFCA
Complementary color
Monochromatic Colors of #E6BFCA
Black with #E6BFCA
Text Example
Text Example
White with #E6BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFCA; }
p { color: rgb(230,191,202); }
H1.HeaderClassName
{
color: #E6BFCA;
}
.AnyTagClassName
{
color: #E6BFCA;
}
</style>
background-color css
<style>
a { background-color: #E6BFCA; }
a { background-color: rgb(230,191,202); }
div.DivClassName
{
background-color: #E6BFCA;
}
.BgClassName
{
background-color: #E6BFCA;
}
</style>
border-color css
<style>
span { border-color: #E6BFCA; }
span { border-color: rgb(230,191,202); }
td.TdClassName
{
border-color: #E6BFCA;
}
.TagClassName
{
border-color: #E6BFCA;
}
</style>