Shades of Chantilly #EDB4CC
Tints of Chantilly #EDB4CC
RGB
CMYK
RGB Variations
Color information
#EDB4CC (or 0xEDB4CC) is known color: Chantilly. HEX triplet: ED, B4 and CC. RGB value is (237,180,204). Sum of RGB (Red+Green+Blue) = 237+180+204=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4CC is #124B33. Grayscale: #C7C7C7. Windows color (decimal): -1198900 or 13415661. OLE color: 13415661.
HSL color Cylindrical-coordinate representation of color #EDB4CC: hue angle of 334.74º 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 #EDB4CC is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 204 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.07 |
| HSL | 334.74º | 0.61% | 0.82% | - |
| HSV(B) | 334.74º | 0.24% | 0.93% | - |
| XYZ | 62.15 | 55.01 | 64.47 | - |
| YUV | 199.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 204 | 0 | 0.24 | 0.14 | 0.07 | 334.74 | 0.61 | 0.82 |
| Hex | ED | B4 | CC | 0 | 18 | E | 7 | 14F | 3D | 52 |
| Octal | 355 | 264 | 314 | 0 | 30 | 16 | 7 | 517 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11001100 | 0 | 11000 | 1110 | 111 | 101001111 | 111101 | 1010010 |
Color Harmonies of #EDB4CC
Complementary color
Monochromatic Colors of #EDB4CC
Black with #EDB4CC
Text Example
Text Example
White with #EDB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4CC; }
p { color: rgb(237,180,204); }
H1.HeaderClassName
{
color: #EDB4CC;
}
.AnyTagClassName
{
color: #EDB4CC;
}
</style>
background-color css
<style>
a { background-color: #EDB4CC; }
a { background-color: rgb(237,180,204); }
div.DivClassName
{
background-color: #EDB4CC;
}
.BgClassName
{
background-color: #EDB4CC;
}
</style>
border-color css
<style>
span { border-color: #EDB4CC; }
span { border-color: rgb(237,180,204); }
td.TdClassName
{
border-color: #EDB4CC;
}
.TagClassName
{
border-color: #EDB4CC;
}
</style>