Shades of Chantilly #EDB2C7
Tints of Chantilly #EDB2C7
RGB
CMYK
RGB Variations
Color information
#EDB2C7 (or 0xEDB2C7) is known color: Chantilly. HEX triplet: ED, B2 and C7. RGB value is (237,178,199). Sum of RGB (Red+Green+Blue) = 237+178+199=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2C7 is #124D38. Grayscale: #C6C6C6. Windows color (decimal): -1199417 or 13087469. OLE color: 13087469.
HSL color Cylindrical-coordinate representation of color #EDB2C7: hue angle of 338.64º 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 #EDB2C7 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 199 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.07 |
| HSL | 338.64º | 0.62% | 0.81% | - |
| HSV(B) | 338.64º | 0.25% | 0.93% | - |
| XYZ | 61.15 | 53.97 | 61.23 | - |
| YUV | 198.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 199 | 0 | 0.25 | 0.16 | 0.07 | 338.64 | 0.62 | 0.81 |
| Hex | ED | B2 | C7 | 0 | 19 | 10 | 7 | 153 | 3E | 51 |
| Octal | 355 | 262 | 307 | 0 | 31 | 20 | 7 | 523 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11000111 | 0 | 11001 | 10000 | 111 | 101010011 | 111110 | 1010001 |
Color Harmonies of #EDB2C7
Complementary color
Monochromatic Colors of #EDB2C7
Black with #EDB2C7
Text Example
Text Example
White with #EDB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2C7; }
p { color: rgb(237,178,199); }
H1.HeaderClassName
{
color: #EDB2C7;
}
.AnyTagClassName
{
color: #EDB2C7;
}
</style>
background-color css
<style>
a { background-color: #EDB2C7; }
a { background-color: rgb(237,178,199); }
div.DivClassName
{
background-color: #EDB2C7;
}
.BgClassName
{
background-color: #EDB2C7;
}
</style>
border-color css
<style>
span { border-color: #EDB2C7; }
span { border-color: rgb(237,178,199); }
td.TdClassName
{
border-color: #EDB2C7;
}
.TagClassName
{
border-color: #EDB2C7;
}
</style>