Shades of Chantilly #EDB6CC
Tints of Chantilly #EDB6CC
RGB
CMYK
RGB Variations
Color information
#EDB6CC (or 0xEDB6CC) is known color: Chantilly. HEX triplet: ED, B6 and CC. RGB value is (237,182,204). Sum of RGB (Red+Green+Blue) = 237+182+204=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6CC is #124933. Grayscale: #C8C8C8. Windows color (decimal): -1198388 or 13416173. OLE color: 13416173.
HSL color Cylindrical-coordinate representation of color #EDB6CC: hue angle of 336º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6CC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 204 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.07 |
| HSL | 336º | 0.6% | 0.82% | - |
| HSV(B) | 336º | 0.23% | 0.93% | - |
| XYZ | 62.55 | 55.82 | 64.6 | - |
| YUV | 200.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 204 | 0 | 0.23 | 0.14 | 0.07 | 336 | 0.6 | 0.82 |
| Hex | ED | B6 | CC | 0 | 17 | E | 7 | 150 | 3C | 52 |
| Octal | 355 | 266 | 314 | 0 | 27 | 16 | 7 | 520 | 74 | 122 |
| Binary | 11101101 | 10110110 | 11001100 | 0 | 10111 | 1110 | 111 | 101010000 | 111100 | 1010010 |
Color Harmonies of #EDB6CC
Complementary color
Monochromatic Colors of #EDB6CC
Black with #EDB6CC
Text Example
Text Example
White with #EDB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6CC; }
p { color: rgb(237,182,204); }
H1.HeaderClassName
{
color: #EDB6CC;
}
.AnyTagClassName
{
color: #EDB6CC;
}
</style>
background-color css
<style>
a { background-color: #EDB6CC; }
a { background-color: rgb(237,182,204); }
div.DivClassName
{
background-color: #EDB6CC;
}
.BgClassName
{
background-color: #EDB6CC;
}
</style>
border-color css
<style>
span { border-color: #EDB6CC; }
span { border-color: rgb(237,182,204); }
td.TdClassName
{
border-color: #EDB6CC;
}
.TagClassName
{
border-color: #EDB6CC;
}
</style>