Shades of Chantilly #EDB2C6
Tints of Chantilly #EDB2C6
RGB
CMYK
RGB Variations
Color information
#EDB2C6 (or 0xEDB2C6) is known color: Chantilly. HEX triplet: ED, B2 and C6. RGB value is (237,178,198). Sum of RGB (Red+Green+Blue) = 237+178+198=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2C6 is #124D39. Grayscale: #C5C5C5. Windows color (decimal): -1199418 or 13021933. OLE color: 13021933.
HSL color Cylindrical-coordinate representation of color #EDB2C6: hue angle of 339.66º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2C6 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 198 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.07 |
| HSL | 339.66º | 0.62% | 0.81% | - |
| HSV(B) | 339.66º | 0.25% | 0.93% | - |
| XYZ | 61.04 | 53.92 | 60.62 | - |
| YUV | 197.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 198 | 0 | 0.25 | 0.16 | 0.07 | 339.66 | 0.62 | 0.81 |
| Hex | ED | B2 | C6 | 0 | 19 | 10 | 7 | 154 | 3E | 51 |
| Octal | 355 | 262 | 306 | 0 | 31 | 20 | 7 | 524 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11000110 | 0 | 11001 | 10000 | 111 | 101010100 | 111110 | 1010001 |
Color Harmonies of #EDB2C6
Complementary color
Monochromatic Colors of #EDB2C6
Black with #EDB2C6
Text Example
Text Example
White with #EDB2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2C6; }
p { color: rgb(237,178,198); }
H1.HeaderClassName
{
color: #EDB2C6;
}
.AnyTagClassName
{
color: #EDB2C6;
}
</style>
background-color css
<style>
a { background-color: #EDB2C6; }
a { background-color: rgb(237,178,198); }
div.DivClassName
{
background-color: #EDB2C6;
}
.BgClassName
{
background-color: #EDB2C6;
}
</style>
border-color css
<style>
span { border-color: #EDB2C6; }
span { border-color: rgb(237,178,198); }
td.TdClassName
{
border-color: #EDB2C6;
}
.TagClassName
{
border-color: #EDB2C6;
}
</style>