Shades of Chantilly #EBB5CC
Tints of Chantilly #EBB5CC
RGB
CMYK
RGB Variations
Color information
#EBB5CC (or 0xEBB5CC) is known color: Chantilly. HEX triplet: EB, B5 and CC. RGB value is (235,181,204). Sum of RGB (Red+Green+Blue) = 235+181+204=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5CC is #144A33. Grayscale: #C7C7C7. Windows color (decimal): -1329716 or 13415915. OLE color: 13415915.
HSL color Cylindrical-coordinate representation of color #EBB5CC: hue angle of 334.44º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5CC is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 204 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.08 |
| HSL | 334.44º | 0.57% | 0.82% | - |
| HSV(B) | 334.44º | 0.23% | 0.92% | - |
| XYZ | 61.68 | 55.07 | 64.51 | - |
| YUV | 199.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 204 | 0 | 0.23 | 0.13 | 0.08 | 334.44 | 0.57 | 0.82 |
| Hex | EB | B5 | CC | 0 | 17 | D | 8 | 14E | 39 | 52 |
| Octal | 353 | 265 | 314 | 0 | 27 | 15 | 10 | 516 | 71 | 122 |
| Binary | 11101011 | 10110101 | 11001100 | 0 | 10111 | 1101 | 1000 | 101001110 | 111001 | 1010010 |
Color Harmonies of #EBB5CC
Complementary color
Monochromatic Colors of #EBB5CC
Black with #EBB5CC
Text Example
Text Example
White with #EBB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5CC; }
p { color: rgb(235,181,204); }
H1.HeaderClassName
{
color: #EBB5CC;
}
.AnyTagClassName
{
color: #EBB5CC;
}
</style>
background-color css
<style>
a { background-color: #EBB5CC; }
a { background-color: rgb(235,181,204); }
div.DivClassName
{
background-color: #EBB5CC;
}
.BgClassName
{
background-color: #EBB5CC;
}
</style>
border-color css
<style>
span { border-color: #EBB5CC; }
span { border-color: rgb(235,181,204); }
td.TdClassName
{
border-color: #EBB5CC;
}
.TagClassName
{
border-color: #EBB5CC;
}
</style>