Shades of Chantilly #EDB4C6
Tints of Chantilly #EDB4C6
RGB
CMYK
RGB Variations
Color information
#EDB4C6 (or 0xEDB4C6) is known color: Chantilly. HEX triplet: ED, B4 and C6. RGB value is (237,180,198). Sum of RGB (Red+Green+Blue) = 237+180+198=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4C6 is #124B39. Grayscale: #C7C7C7. Windows color (decimal): -1198906 or 13022445. OLE color: 13022445.
HSL color Cylindrical-coordinate representation of color #EDB4C6: hue angle of 341.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB4C6 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 198 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.07 |
| HSL | 341.05º | 0.61% | 0.82% | - |
| HSV(B) | 341.05º | 0.24% | 0.93% | - |
| XYZ | 61.44 | 54.72 | 60.75 | - |
| YUV | 199.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 198 | 0 | 0.24 | 0.16 | 0.07 | 341.05 | 0.61 | 0.82 |
| Hex | ED | B4 | C6 | 0 | 18 | 10 | 7 | 155 | 3D | 52 |
| Octal | 355 | 264 | 306 | 0 | 30 | 20 | 7 | 525 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11000110 | 0 | 11000 | 10000 | 111 | 101010101 | 111101 | 1010010 |
Color Harmonies of #EDB4C6
Complementary color
Monochromatic Colors of #EDB4C6
Black with #EDB4C6
Text Example
Text Example
White with #EDB4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4C6; }
p { color: rgb(237,180,198); }
H1.HeaderClassName
{
color: #EDB4C6;
}
.AnyTagClassName
{
color: #EDB4C6;
}
</style>
background-color css
<style>
a { background-color: #EDB4C6; }
a { background-color: rgb(237,180,198); }
div.DivClassName
{
background-color: #EDB4C6;
}
.BgClassName
{
background-color: #EDB4C6;
}
</style>
border-color css
<style>
span { border-color: #EDB4C6; }
span { border-color: rgb(237,180,198); }
td.TdClassName
{
border-color: #EDB4C6;
}
.TagClassName
{
border-color: #EDB4C6;
}
</style>