Shades of Chantilly #EBB2CC
Tints of Chantilly #EBB2CC
RGB
CMYK
RGB Variations
Color information
#EBB2CC (or 0xEBB2CC) is known color: Chantilly. HEX triplet: EB, B2 and CC. RGB value is (235,178,204). Sum of RGB (Red+Green+Blue) = 235+178+204=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2CC is #144D33. Grayscale: #C5C5C5. Windows color (decimal): -1330484 or 13415147. OLE color: 13415147.
HSL color Cylindrical-coordinate representation of color #EBB2CC: hue angle of 332.63º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB2CC is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 178 | 204 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.08 |
| HSL | 332.63º | 0.59% | 0.81% | - |
| HSV(B) | 332.63º | 0.24% | 0.92% | - |
| XYZ | 61.08 | 53.86 | 64.3 | - |
| YUV | 198.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 178 | 204 | 0 | 0.24 | 0.13 | 0.08 | 332.63 | 0.59 | 0.81 |
| Hex | EB | B2 | CC | 0 | 18 | D | 8 | 14D | 3B | 51 |
| Octal | 353 | 262 | 314 | 0 | 30 | 15 | 10 | 515 | 73 | 121 |
| Binary | 11101011 | 10110010 | 11001100 | 0 | 11000 | 1101 | 1000 | 101001101 | 111011 | 1010001 |
Color Harmonies of #EBB2CC
Complementary color
Monochromatic Colors of #EBB2CC
Black with #EBB2CC
Text Example
Text Example
White with #EBB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB2CC; }
p { color: rgb(235,178,204); }
H1.HeaderClassName
{
color: #EBB2CC;
}
.AnyTagClassName
{
color: #EBB2CC;
}
</style>
background-color css
<style>
a { background-color: #EBB2CC; }
a { background-color: rgb(235,178,204); }
div.DivClassName
{
background-color: #EBB2CC;
}
.BgClassName
{
background-color: #EBB2CC;
}
</style>
border-color css
<style>
span { border-color: #EBB2CC; }
span { border-color: rgb(235,178,204); }
td.TdClassName
{
border-color: #EBB2CC;
}
.TagClassName
{
border-color: #EBB2CC;
}
</style>