Shades of Chantilly #EBB5C8
Tints of Chantilly #EBB5C8
RGB
CMYK
RGB Variations
Color information
#EBB5C8 (or 0xEBB5C8) is known color: Chantilly. HEX triplet: EB, B5 and C8. RGB value is (235,181,200). Sum of RGB (Red+Green+Blue) = 235+181+200=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5C8 is #144A37. Grayscale: #C7C7C7. Windows color (decimal): -1329720 or 13153771. OLE color: 13153771.
HSL color Cylindrical-coordinate representation of color #EBB5C8: hue angle of 338.89º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5C8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 200 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.08 |
| HSL | 338.89º | 0.57% | 0.82% | - |
| HSV(B) | 338.89º | 0.23% | 0.92% | - |
| XYZ | 61.21 | 54.88 | 62.01 | - |
| YUV | 199.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 200 | 0 | 0.23 | 0.15 | 0.08 | 338.89 | 0.57 | 0.82 |
| Hex | EB | B5 | C8 | 0 | 17 | F | 8 | 153 | 39 | 52 |
| Octal | 353 | 265 | 310 | 0 | 27 | 17 | 10 | 523 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11001000 | 0 | 10111 | 1111 | 1000 | 101010011 | 111001 | 1010010 |
Color Harmonies of #EBB5C8
Complementary color
Monochromatic Colors of #EBB5C8
Black with #EBB5C8
Text Example
Text Example
White with #EBB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5C8; }
p { color: rgb(235,181,200); }
H1.HeaderClassName
{
color: #EBB5C8;
}
.AnyTagClassName
{
color: #EBB5C8;
}
</style>
background-color css
<style>
a { background-color: #EBB5C8; }
a { background-color: rgb(235,181,200); }
div.DivClassName
{
background-color: #EBB5C8;
}
.BgClassName
{
background-color: #EBB5C8;
}
</style>
border-color css
<style>
span { border-color: #EBB5C8; }
span { border-color: rgb(235,181,200); }
td.TdClassName
{
border-color: #EBB5C8;
}
.TagClassName
{
border-color: #EBB5C8;
}
</style>