Shades of Chantilly #EDB1C6
Tints of Chantilly #EDB1C6
RGB
CMYK
RGB Variations
Color information
#EDB1C6 (or 0xEDB1C6) is known color: Chantilly. HEX triplet: ED, B1 and C6. RGB value is (237,177,198). Sum of RGB (Red+Green+Blue) = 237+177+198=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1C6 is #124E39. Grayscale: #C5C5C5. Windows color (decimal): -1199674 or 13021677. OLE color: 13021677.
HSL color Cylindrical-coordinate representation of color #EDB1C6: hue angle of 339º 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 #EDB1C6 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 198 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.07 |
| HSL | 339º | 0.63% | 0.81% | - |
| HSV(B) | 339º | 0.25% | 0.93% | - |
| XYZ | 60.84 | 53.53 | 60.55 | - |
| YUV | 197.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 198 | 0 | 0.25 | 0.16 | 0.07 | 339 | 0.63 | 0.81 |
| Hex | ED | B1 | C6 | 0 | 19 | 10 | 7 | 153 | 3E | 51 |
| Octal | 355 | 261 | 306 | 0 | 31 | 20 | 7 | 523 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11000110 | 0 | 11001 | 10000 | 111 | 101010011 | 111110 | 1010001 |
Color Harmonies of #EDB1C6
Complementary color
Monochromatic Colors of #EDB1C6
Black with #EDB1C6
Text Example
Text Example
White with #EDB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1C6; }
p { color: rgb(237,177,198); }
H1.HeaderClassName
{
color: #EDB1C6;
}
.AnyTagClassName
{
color: #EDB1C6;
}
</style>
background-color css
<style>
a { background-color: #EDB1C6; }
a { background-color: rgb(237,177,198); }
div.DivClassName
{
background-color: #EDB1C6;
}
.BgClassName
{
background-color: #EDB1C6;
}
</style>
border-color css
<style>
span { border-color: #EDB1C6; }
span { border-color: rgb(237,177,198); }
td.TdClassName
{
border-color: #EDB1C6;
}
.TagClassName
{
border-color: #EDB1C6;
}
</style>