Shades of Chantilly #EBB8D0
Tints of Chantilly #EBB8D0
RGB
CMYK
RGB Variations
Color information
#EBB8D0 (or 0xEBB8D0) is known color: Chantilly. HEX triplet: EB, B8 and D0. RGB value is (235,184,208). Sum of RGB (Red+Green+Blue) = 235+184+208=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8D0 is #14472F. Grayscale: #C9C9C9. Windows color (decimal): -1328944 or 13678827. OLE color: 13678827.
HSL color Cylindrical-coordinate representation of color #EBB8D0: hue angle of 331.76º 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 #EBB8D0 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 208 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.08 |
| HSL | 331.76º | 0.56% | 0.82% | - |
| HSV(B) | 331.76º | 0.22% | 0.92% | - |
| XYZ | 62.79 | 56.5 | 67.27 | - |
| YUV | 201.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 208 | 0 | 0.22 | 0.11 | 0.08 | 331.76 | 0.56 | 0.82 |
| Hex | EB | B8 | D0 | 0 | 16 | B | 8 | 14C | 38 | 52 |
| Octal | 353 | 270 | 320 | 0 | 26 | 13 | 10 | 514 | 70 | 122 |
| Binary | 11101011 | 10111000 | 11010000 | 0 | 10110 | 1011 | 1000 | 101001100 | 111000 | 1010010 |
Color Harmonies of #EBB8D0
Complementary color
Monochromatic Colors of #EBB8D0
Black with #EBB8D0
Text Example
Text Example
White with #EBB8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8D0; }
p { color: rgb(235,184,208); }
H1.HeaderClassName
{
color: #EBB8D0;
}
.AnyTagClassName
{
color: #EBB8D0;
}
</style>
background-color css
<style>
a { background-color: #EBB8D0; }
a { background-color: rgb(235,184,208); }
div.DivClassName
{
background-color: #EBB8D0;
}
.BgClassName
{
background-color: #EBB8D0;
}
</style>
border-color css
<style>
span { border-color: #EBB8D0; }
span { border-color: rgb(235,184,208); }
td.TdClassName
{
border-color: #EBB8D0;
}
.TagClassName
{
border-color: #EBB8D0;
}
</style>