Shades of Chantilly #EBB8C6
Tints of Chantilly #EBB8C6
RGB
CMYK
RGB Variations
Color information
#EBB8C6 (or 0xEBB8C6) is known color: Chantilly. HEX triplet: EB, B8 and C6. RGB value is (235,184,198). Sum of RGB (Red+Green+Blue) = 235+184+198=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8C6 is #144739. Grayscale: #C8C8C8. Windows color (decimal): -1328954 or 13023467. OLE color: 13023467.
HSL color Cylindrical-coordinate representation of color #EBB8C6: hue angle of 343.53º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8C6 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 198 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.08 |
| HSL | 343.53º | 0.56% | 0.82% | - |
| HSV(B) | 343.53º | 0.22% | 0.92% | - |
| XYZ | 61.59 | 56.02 | 60.99 | - |
| YUV | 200.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 198 | 0 | 0.22 | 0.16 | 0.08 | 343.53 | 0.56 | 0.82 |
| Hex | EB | B8 | C6 | 0 | 16 | 10 | 8 | 158 | 38 | 52 |
| Octal | 353 | 270 | 306 | 0 | 26 | 20 | 10 | 530 | 70 | 122 |
| Binary | 11101011 | 10111000 | 11000110 | 0 | 10110 | 10000 | 1000 | 101011000 | 111000 | 1010010 |
Color Harmonies of #EBB8C6
Complementary color
Monochromatic Colors of #EBB8C6
Black with #EBB8C6
Text Example
Text Example
White with #EBB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8C6; }
p { color: rgb(235,184,198); }
H1.HeaderClassName
{
color: #EBB8C6;
}
.AnyTagClassName
{
color: #EBB8C6;
}
</style>
background-color css
<style>
a { background-color: #EBB8C6; }
a { background-color: rgb(235,184,198); }
div.DivClassName
{
background-color: #EBB8C6;
}
.BgClassName
{
background-color: #EBB8C6;
}
</style>
border-color css
<style>
span { border-color: #EBB8C6; }
span { border-color: rgb(235,184,198); }
td.TdClassName
{
border-color: #EBB8C6;
}
.TagClassName
{
border-color: #EBB8C6;
}
</style>