Shades of Chantilly #EDB2C2
Tints of Chantilly #EDB2C2
RGB
CMYK
RGB Variations
Color information
#EDB2C2 (or 0xEDB2C2) is known color: Chantilly. HEX triplet: ED, B2 and C2. RGB value is (237,178,194). Sum of RGB (Red+Green+Blue) = 237+178+194=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2C2 is #124D3D. Grayscale: #C5C5C5. Windows color (decimal): -1199422 or 12759789. OLE color: 12759789.
HSL color Cylindrical-coordinate representation of color #EDB2C2: hue angle of 343.73º 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 #EDB2C2 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 194 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.07 |
| HSL | 343.73º | 0.62% | 0.81% | - |
| HSV(B) | 343.73º | 0.25% | 0.93% | - |
| XYZ | 60.58 | 53.74 | 58.22 | - |
| YUV | 197.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 194 | 0 | 0.25 | 0.18 | 0.07 | 343.73 | 0.62 | 0.81 |
| Hex | ED | B2 | C2 | 0 | 19 | 12 | 7 | 158 | 3E | 51 |
| Octal | 355 | 262 | 302 | 0 | 31 | 22 | 7 | 530 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11000010 | 0 | 11001 | 10010 | 111 | 101011000 | 111110 | 1010001 |
Color Harmonies of #EDB2C2
Complementary color
Monochromatic Colors of #EDB2C2
Black with #EDB2C2
Text Example
Text Example
White with #EDB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2C2; }
p { color: rgb(237,178,194); }
H1.HeaderClassName
{
color: #EDB2C2;
}
.AnyTagClassName
{
color: #EDB2C2;
}
</style>
background-color css
<style>
a { background-color: #EDB2C2; }
a { background-color: rgb(237,178,194); }
div.DivClassName
{
background-color: #EDB2C2;
}
.BgClassName
{
background-color: #EDB2C2;
}
</style>
border-color css
<style>
span { border-color: #EDB2C2; }
span { border-color: rgb(237,178,194); }
td.TdClassName
{
border-color: #EDB2C2;
}
.TagClassName
{
border-color: #EDB2C2;
}
</style>