Shades of Chantilly #EDB3C2
Tints of Chantilly #EDB3C2
RGB
CMYK
RGB Variations
Color information
#EDB3C2 (or 0xEDB3C2) is known color: Chantilly. HEX triplet: ED, B3 and C2. RGB value is (237,179,194). Sum of RGB (Red+Green+Blue) = 237+179+194=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3C2 is #124C3D. Grayscale: #C6C6C6. Windows color (decimal): -1199166 or 12760045. OLE color: 12760045.
HSL color Cylindrical-coordinate representation of color #EDB3C2: hue angle of 344.48º degrees, saturation: 0.62, 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 #EDB3C2 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 194 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.07 |
| HSL | 344.48º | 0.62% | 0.82% | - |
| HSV(B) | 344.48º | 0.24% | 0.93% | - |
| XYZ | 60.78 | 54.14 | 58.29 | - |
| YUV | 198.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 194 | 0 | 0.24 | 0.18 | 0.07 | 344.48 | 0.62 | 0.82 |
| Hex | ED | B3 | C2 | 0 | 18 | 12 | 7 | 158 | 3E | 52 |
| Octal | 355 | 263 | 302 | 0 | 30 | 22 | 7 | 530 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11000010 | 0 | 11000 | 10010 | 111 | 101011000 | 111110 | 1010010 |
Color Harmonies of #EDB3C2
Complementary color
Monochromatic Colors of #EDB3C2
Black with #EDB3C2
Text Example
Text Example
White with #EDB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3C2; }
p { color: rgb(237,179,194); }
H1.HeaderClassName
{
color: #EDB3C2;
}
.AnyTagClassName
{
color: #EDB3C2;
}
</style>
background-color css
<style>
a { background-color: #EDB3C2; }
a { background-color: rgb(237,179,194); }
div.DivClassName
{
background-color: #EDB3C2;
}
.BgClassName
{
background-color: #EDB3C2;
}
</style>
border-color css
<style>
span { border-color: #EDB3C2; }
span { border-color: rgb(237,179,194); }
td.TdClassName
{
border-color: #EDB3C2;
}
.TagClassName
{
border-color: #EDB3C2;
}
</style>