Shades of Chantilly #EABDCF
Tints of Chantilly #EABDCF
RGB
CMYK
RGB Variations
Color information
#EABDCF (or 0xEABDCF) is known color: Chantilly. HEX triplet: EA, BD and CF. RGB value is (234,189,207). Sum of RGB (Red+Green+Blue) = 234+189+207=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDCF is #154230. Grayscale: #CCCCCC. Windows color (decimal): -1393201 or 13614570. OLE color: 13614570.
HSL color Cylindrical-coordinate representation of color #EABDCF: hue angle of 336º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDCF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 207 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.08 |
| HSL | 336º | 0.52% | 0.83% | - |
| HSV(B) | 336º | 0.19% | 0.92% | - |
| XYZ | 63.39 | 58.39 | 66.96 | - |
| YUV | 204.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 207 | 0 | 0.19 | 0.12 | 0.08 | 336 | 0.52 | 0.83 |
| Hex | EA | BD | CF | 0 | 13 | C | 8 | 150 | 34 | 53 |
| Octal | 352 | 275 | 317 | 0 | 23 | 14 | 10 | 520 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11001111 | 0 | 10011 | 1100 | 1000 | 101010000 | 110100 | 1010011 |
Color Harmonies of #EABDCF
Complementary color
Monochromatic Colors of #EABDCF
Black with #EABDCF
Text Example
Text Example
White with #EABDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDCF; }
p { color: rgb(234,189,207); }
H1.HeaderClassName
{
color: #EABDCF;
}
.AnyTagClassName
{
color: #EABDCF;
}
</style>
background-color css
<style>
a { background-color: #EABDCF; }
a { background-color: rgb(234,189,207); }
div.DivClassName
{
background-color: #EABDCF;
}
.BgClassName
{
background-color: #EABDCF;
}
</style>
border-color css
<style>
span { border-color: #EABDCF; }
span { border-color: rgb(234,189,207); }
td.TdClassName
{
border-color: #EABDCF;
}
.TagClassName
{
border-color: #EABDCF;
}
</style>