Shades of Chantilly #EBB8CA
Tints of Chantilly #EBB8CA
RGB
CMYK
RGB Variations
Color information
#EBB8CA (or 0xEBB8CA) is known color: Chantilly. HEX triplet: EB, B8 and CA. RGB value is (235,184,202). Sum of RGB (Red+Green+Blue) = 235+184+202=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8CA is #144735. Grayscale: #C9C9C9. Windows color (decimal): -1328950 or 13285611. OLE color: 13285611.
HSL color Cylindrical-coordinate representation of color #EBB8CA: hue angle of 338.82º 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 #EBB8CA is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 202 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.08 |
| HSL | 338.82º | 0.56% | 0.82% | - |
| HSV(B) | 338.82º | 0.22% | 0.92% | - |
| XYZ | 62.06 | 56.21 | 63.46 | - |
| YUV | 201.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 202 | 0 | 0.22 | 0.14 | 0.08 | 338.82 | 0.56 | 0.82 |
| Hex | EB | B8 | CA | 0 | 16 | E | 8 | 153 | 38 | 52 |
| Octal | 353 | 270 | 312 | 0 | 26 | 16 | 10 | 523 | 70 | 122 |
| Binary | 11101011 | 10111000 | 11001010 | 0 | 10110 | 1110 | 1000 | 101010011 | 111000 | 1010010 |
Color Harmonies of #EBB8CA
Complementary color
Monochromatic Colors of #EBB8CA
Black with #EBB8CA
Text Example
Text Example
White with #EBB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8CA; }
p { color: rgb(235,184,202); }
H1.HeaderClassName
{
color: #EBB8CA;
}
.AnyTagClassName
{
color: #EBB8CA;
}
</style>
background-color css
<style>
a { background-color: #EBB8CA; }
a { background-color: rgb(235,184,202); }
div.DivClassName
{
background-color: #EBB8CA;
}
.BgClassName
{
background-color: #EBB8CA;
}
</style>
border-color css
<style>
span { border-color: #EBB8CA; }
span { border-color: rgb(235,184,202); }
td.TdClassName
{
border-color: #EBB8CA;
}
.TagClassName
{
border-color: #EBB8CA;
}
</style>