Shades of Chantilly #EBBFCA
Tints of Chantilly #EBBFCA
RGB
CMYK
RGB Variations
Color information
#EBBFCA (or 0xEBBFCA) is known color: Chantilly. HEX triplet: EB, BF and CA. RGB value is (235,191,202). Sum of RGB (Red+Green+Blue) = 235+191+202=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFCA is #144035. Grayscale: #CDCDCD. Windows color (decimal): -1327158 or 13287403. OLE color: 13287403.
HSL color Cylindrical-coordinate representation of color #EBBFCA: hue angle of 345º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFCA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 202 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.08 |
| HSL | 345º | 0.52% | 0.84% | - |
| HSV(B) | 345º | 0.19% | 0.92% | - |
| XYZ | 63.55 | 59.19 | 63.95 | - |
| YUV | 205.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 202 | 0 | 0.19 | 0.14 | 0.08 | 345 | 0.52 | 0.84 |
| Hex | EB | BF | CA | 0 | 13 | E | 8 | 159 | 34 | 54 |
| Octal | 353 | 277 | 312 | 0 | 23 | 16 | 10 | 531 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11001010 | 0 | 10011 | 1110 | 1000 | 101011001 | 110100 | 1010100 |
Color Harmonies of #EBBFCA
Complementary color
Monochromatic Colors of #EBBFCA
Black with #EBBFCA
Text Example
Text Example
White with #EBBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFCA; }
p { color: rgb(235,191,202); }
H1.HeaderClassName
{
color: #EBBFCA;
}
.AnyTagClassName
{
color: #EBBFCA;
}
</style>
background-color css
<style>
a { background-color: #EBBFCA; }
a { background-color: rgb(235,191,202); }
div.DivClassName
{
background-color: #EBBFCA;
}
.BgClassName
{
background-color: #EBBFCA;
}
</style>
border-color css
<style>
span { border-color: #EBBFCA; }
span { border-color: rgb(235,191,202); }
td.TdClassName
{
border-color: #EBBFCA;
}
.TagClassName
{
border-color: #EBBFCA;
}
</style>