Shades of Chantilly #EDB4C4
Tints of Chantilly #EDB4C4
RGB
CMYK
RGB Variations
Color information
#EDB4C4 (or 0xEDB4C4) is known color: Chantilly. HEX triplet: ED, B4 and C4. RGB value is (237,180,196). Sum of RGB (Red+Green+Blue) = 237+180+196=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4C4 is #124B3B. Grayscale: #C6C6C6. Windows color (decimal): -1198908 or 12891373. OLE color: 12891373.
HSL color Cylindrical-coordinate representation of color #EDB4C4: hue angle of 343.16º 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 #EDB4C4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 196 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.07 |
| HSL | 343.16º | 0.61% | 0.82% | - |
| HSV(B) | 343.16º | 0.24% | 0.93% | - |
| XYZ | 61.21 | 54.63 | 59.54 | - |
| YUV | 198.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 196 | 0 | 0.24 | 0.17 | 0.07 | 343.16 | 0.61 | 0.82 |
| Hex | ED | B4 | C4 | 0 | 18 | 11 | 7 | 157 | 3D | 52 |
| Octal | 355 | 264 | 304 | 0 | 30 | 21 | 7 | 527 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11000100 | 0 | 11000 | 10001 | 111 | 101010111 | 111101 | 1010010 |
Color Harmonies of #EDB4C4
Complementary color
Monochromatic Colors of #EDB4C4
Black with #EDB4C4
Text Example
Text Example
White with #EDB4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4C4; }
p { color: rgb(237,180,196); }
H1.HeaderClassName
{
color: #EDB4C4;
}
.AnyTagClassName
{
color: #EDB4C4;
}
</style>
background-color css
<style>
a { background-color: #EDB4C4; }
a { background-color: rgb(237,180,196); }
div.DivClassName
{
background-color: #EDB4C4;
}
.BgClassName
{
background-color: #EDB4C4;
}
</style>
border-color css
<style>
span { border-color: #EDB4C4; }
span { border-color: rgb(237,180,196); }
td.TdClassName
{
border-color: #EDB4C4;
}
.TagClassName
{
border-color: #EDB4C4;
}
</style>