Shades of Chantilly #EBB8C4
Tints of Chantilly #EBB8C4
RGB
CMYK
RGB Variations
Color information
#EBB8C4 (or 0xEBB8C4) is known color: Chantilly. HEX triplet: EB, B8 and C4. RGB value is (235,184,196). Sum of RGB (Red+Green+Blue) = 235+184+196=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8C4 is #14473B. Grayscale: #C8C8C8. Windows color (decimal): -1328956 or 12892395. OLE color: 12892395.
HSL color Cylindrical-coordinate representation of color #EBB8C4: hue angle of 345.88º 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 #EBB8C4 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 196 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.08 |
| HSL | 345.88º | 0.56% | 0.82% | - |
| HSV(B) | 345.88º | 0.22% | 0.92% | - |
| XYZ | 61.37 | 55.93 | 59.79 | - |
| YUV | 200.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 196 | 0 | 0.22 | 0.17 | 0.08 | 345.88 | 0.56 | 0.82 |
| Hex | EB | B8 | C4 | 0 | 16 | 11 | 8 | 15A | 38 | 52 |
| Octal | 353 | 270 | 304 | 0 | 26 | 21 | 10 | 532 | 70 | 122 |
| Binary | 11101011 | 10111000 | 11000100 | 0 | 10110 | 10001 | 1000 | 101011010 | 111000 | 1010010 |
Color Harmonies of #EBB8C4
Complementary color
Monochromatic Colors of #EBB8C4
Black with #EBB8C4
Text Example
Text Example
White with #EBB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8C4; }
p { color: rgb(235,184,196); }
H1.HeaderClassName
{
color: #EBB8C4;
}
.AnyTagClassName
{
color: #EBB8C4;
}
</style>
background-color css
<style>
a { background-color: #EBB8C4; }
a { background-color: rgb(235,184,196); }
div.DivClassName
{
background-color: #EBB8C4;
}
.BgClassName
{
background-color: #EBB8C4;
}
</style>
border-color css
<style>
span { border-color: #EBB8C4; }
span { border-color: rgb(235,184,196); }
td.TdClassName
{
border-color: #EBB8C4;
}
.TagClassName
{
border-color: #EBB8C4;
}
</style>