Shades of Chantilly #EDB2CA
Tints of Chantilly #EDB2CA
RGB
CMYK
RGB Variations
Color information
#EDB2CA (or 0xEDB2CA) is known color: Chantilly. HEX triplet: ED, B2 and CA. RGB value is (237,178,202). Sum of RGB (Red+Green+Blue) = 237+178+202=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2CA is #124D35. Grayscale: #C6C6C6. Windows color (decimal): -1199414 or 13284077. OLE color: 13284077.
HSL color Cylindrical-coordinate representation of color #EDB2CA: hue angle of 335.59º 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 #EDB2CA is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 202 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.07 |
| HSL | 335.59º | 0.62% | 0.81% | - |
| HSV(B) | 335.59º | 0.25% | 0.93% | - |
| XYZ | 61.51 | 54.11 | 63.08 | - |
| YUV | 198.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 202 | 0 | 0.25 | 0.15 | 0.07 | 335.59 | 0.62 | 0.81 |
| Hex | ED | B2 | CA | 0 | 19 | F | 7 | 150 | 3E | 51 |
| Octal | 355 | 262 | 312 | 0 | 31 | 17 | 7 | 520 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11001010 | 0 | 11001 | 1111 | 111 | 101010000 | 111110 | 1010001 |
Color Harmonies of #EDB2CA
Complementary color
Monochromatic Colors of #EDB2CA
Black with #EDB2CA
Text Example
Text Example
White with #EDB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2CA; }
p { color: rgb(237,178,202); }
H1.HeaderClassName
{
color: #EDB2CA;
}
.AnyTagClassName
{
color: #EDB2CA;
}
</style>
background-color css
<style>
a { background-color: #EDB2CA; }
a { background-color: rgb(237,178,202); }
div.DivClassName
{
background-color: #EDB2CA;
}
.BgClassName
{
background-color: #EDB2CA;
}
</style>
border-color css
<style>
span { border-color: #EDB2CA; }
span { border-color: rgb(237,178,202); }
td.TdClassName
{
border-color: #EDB2CA;
}
.TagClassName
{
border-color: #EDB2CA;
}
</style>