Shades of Chantilly #EBB4CB
Tints of Chantilly #EBB4CB
RGB
CMYK
RGB Variations
Color information
#EBB4CB (or 0xEBB4CB) is known color: Chantilly. HEX triplet: EB, B4 and CB. RGB value is (235,180,203). Sum of RGB (Red+Green+Blue) = 235+180+203=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4CB is #144B34. Grayscale: #C7C7C7. Windows color (decimal): -1329973 or 13350123. OLE color: 13350123.
HSL color Cylindrical-coordinate representation of color #EBB4CB: hue angle of 334.91º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB4CB is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 203 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.08 |
| HSL | 334.91º | 0.58% | 0.81% | - |
| HSV(B) | 334.91º | 0.23% | 0.92% | - |
| XYZ | 61.36 | 54.62 | 63.81 | - |
| YUV | 199.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 203 | 0 | 0.23 | 0.14 | 0.08 | 334.91 | 0.58 | 0.81 |
| Hex | EB | B4 | CB | 0 | 17 | E | 8 | 14F | 3A | 51 |
| Octal | 353 | 264 | 313 | 0 | 27 | 16 | 10 | 517 | 72 | 121 |
| Binary | 11101011 | 10110100 | 11001011 | 0 | 10111 | 1110 | 1000 | 101001111 | 111010 | 1010001 |
Color Harmonies of #EBB4CB
Complementary color
Monochromatic Colors of #EBB4CB
Black with #EBB4CB
Text Example
Text Example
White with #EBB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4CB; }
p { color: rgb(235,180,203); }
H1.HeaderClassName
{
color: #EBB4CB;
}
.AnyTagClassName
{
color: #EBB4CB;
}
</style>
background-color css
<style>
a { background-color: #EBB4CB; }
a { background-color: rgb(235,180,203); }
div.DivClassName
{
background-color: #EBB4CB;
}
.BgClassName
{
background-color: #EBB4CB;
}
</style>
border-color css
<style>
span { border-color: #EBB4CB; }
span { border-color: rgb(235,180,203); }
td.TdClassName
{
border-color: #EBB4CB;
}
.TagClassName
{
border-color: #EBB4CB;
}
</style>