Shades of Chantilly #EBBDD1
Tints of Chantilly #EBBDD1
RGB
CMYK
RGB Variations
Color information
#EBBDD1 (or 0xEBBDD1) is known color: Chantilly. HEX triplet: EB, BD and D1. RGB value is (235,189,209). Sum of RGB (Red+Green+Blue) = 235+189+209=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDD1 is #14422E. Grayscale: #CDCDCD. Windows color (decimal): -1327663 or 13745643. OLE color: 13745643.
HSL color Cylindrical-coordinate representation of color #EBBDD1: hue angle of 333.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDD1 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 209 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.08 |
| HSL | 333.91º | 0.53% | 0.83% | - |
| HSV(B) | 333.91º | 0.2% | 0.92% | - |
| XYZ | 63.97 | 58.66 | 68.27 | - |
| YUV | 205.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 209 | 0 | 0.20 | 0.11 | 0.08 | 333.91 | 0.53 | 0.83 |
| Hex | EB | BD | D1 | 0 | 14 | B | 8 | 14E | 35 | 53 |
| Octal | 353 | 275 | 321 | 0 | 24 | 13 | 10 | 516 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11010001 | 0 | 10100 | 1011 | 1000 | 101001110 | 110101 | 1010011 |
Color Harmonies of #EBBDD1
Complementary color
Monochromatic Colors of #EBBDD1
Black with #EBBDD1
Text Example
Text Example
White with #EBBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDD1; }
p { color: rgb(235,189,209); }
H1.HeaderClassName
{
color: #EBBDD1;
}
.AnyTagClassName
{
color: #EBBDD1;
}
</style>
background-color css
<style>
a { background-color: #EBBDD1; }
a { background-color: rgb(235,189,209); }
div.DivClassName
{
background-color: #EBBDD1;
}
.BgClassName
{
background-color: #EBBDD1;
}
</style>
border-color css
<style>
span { border-color: #EBBDD1; }
span { border-color: rgb(235,189,209); }
td.TdClassName
{
border-color: #EBBDD1;
}
.TagClassName
{
border-color: #EBBDD1;
}
</style>