Shades of Chantilly #EDC1CC
Tints of Chantilly #EDC1CC
RGB
CMYK
RGB Variations
Color information
#EDC1CC (or 0xEDC1CC) is known color: Chantilly. HEX triplet: ED, C1 and CC. RGB value is (237,193,204). Sum of RGB (Red+Green+Blue) = 237+193+204=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1CC is #123E33. Grayscale: #CFCFCF. Windows color (decimal): -1195572 or 13418989. OLE color: 13418989.
HSL color Cylindrical-coordinate representation of color #EDC1CC: hue angle of 345º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC1CC is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 204 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.07 |
| HSL | 345º | 0.55% | 0.84% | - |
| HSV(B) | 345º | 0.19% | 0.93% | - |
| XYZ | 64.89 | 60.5 | 65.38 | - |
| YUV | 207.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 204 | 0 | 0.19 | 0.14 | 0.07 | 345 | 0.55 | 0.84 |
| Hex | ED | C1 | CC | 0 | 13 | E | 7 | 159 | 37 | 54 |
| Octal | 355 | 301 | 314 | 0 | 23 | 16 | 7 | 531 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11001100 | 0 | 10011 | 1110 | 111 | 101011001 | 110111 | 1010100 |
Color Harmonies of #EDC1CC
Complementary color
Monochromatic Colors of #EDC1CC
Black with #EDC1CC
Text Example
Text Example
White with #EDC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1CC; }
p { color: rgb(237,193,204); }
H1.HeaderClassName
{
color: #EDC1CC;
}
.AnyTagClassName
{
color: #EDC1CC;
}
</style>
background-color css
<style>
a { background-color: #EDC1CC; }
a { background-color: rgb(237,193,204); }
div.DivClassName
{
background-color: #EDC1CC;
}
.BgClassName
{
background-color: #EDC1CC;
}
</style>
border-color css
<style>
span { border-color: #EDC1CC; }
span { border-color: rgb(237,193,204); }
td.TdClassName
{
border-color: #EDC1CC;
}
.TagClassName
{
border-color: #EDC1CC;
}
</style>