Shades of Chantilly #EABDC7
Tints of Chantilly #EABDC7
RGB
CMYK
RGB Variations
Color information
#EABDC7 (or 0xEABDC7) is known color: Chantilly. HEX triplet: EA, BD and C7. RGB value is (234,189,199). Sum of RGB (Red+Green+Blue) = 234+189+199=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC7 is #154238. Grayscale: #CBCBCB. Windows color (decimal): -1393209 or 13090282. OLE color: 13090282.
HSL color Cylindrical-coordinate representation of color #EABDC7: hue angle of 346.67º 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 #EABDC7 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 199 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.08 |
| HSL | 346.67º | 0.52% | 0.83% | - |
| HSV(B) | 346.67º | 0.19% | 0.92% | - |
| XYZ | 62.44 | 58.01 | 61.94 | - |
| YUV | 203.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 199 | 0 | 0.19 | 0.15 | 0.08 | 346.67 | 0.52 | 0.83 |
| Hex | EA | BD | C7 | 0 | 13 | F | 8 | 15B | 34 | 53 |
| Octal | 352 | 275 | 307 | 0 | 23 | 17 | 10 | 533 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11000111 | 0 | 10011 | 1111 | 1000 | 101011011 | 110100 | 1010011 |
Color Harmonies of #EABDC7
Complementary color
Monochromatic Colors of #EABDC7
Black with #EABDC7
Text Example
Text Example
White with #EABDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDC7; }
p { color: rgb(234,189,199); }
H1.HeaderClassName
{
color: #EABDC7;
}
.AnyTagClassName
{
color: #EABDC7;
}
</style>
background-color css
<style>
a { background-color: #EABDC7; }
a { background-color: rgb(234,189,199); }
div.DivClassName
{
background-color: #EABDC7;
}
.BgClassName
{
background-color: #EABDC7;
}
</style>
border-color css
<style>
span { border-color: #EABDC7; }
span { border-color: rgb(234,189,199); }
td.TdClassName
{
border-color: #EABDC7;
}
.TagClassName
{
border-color: #EABDC7;
}
</style>