Shades of Chantilly #EEBDCF
Tints of Chantilly #EEBDCF
RGB
CMYK
RGB Variations
Color information
#EEBDCF (or 0xEEBDCF) is known color: Chantilly. HEX triplet: EE, BD and CF. RGB value is (238,189,207). Sum of RGB (Red+Green+Blue) = 238+189+207=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDCF is #114230. Grayscale: #CDCDCD. Windows color (decimal): -1131057 or 13614574. OLE color: 13614574.
HSL color Cylindrical-coordinate representation of color #EEBDCF: hue angle of 337.96º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDCF is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 207 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.07 |
| HSL | 337.96º | 0.59% | 0.84% | - |
| HSV(B) | 337.96º | 0.21% | 0.93% | - |
| XYZ | 64.72 | 59.08 | 67.02 | - |
| YUV | 205.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 207 | 0 | 0.21 | 0.13 | 0.07 | 337.96 | 0.59 | 0.84 |
| Hex | EE | BD | CF | 0 | 15 | D | 7 | 152 | 3B | 54 |
| Octal | 356 | 275 | 317 | 0 | 25 | 15 | 7 | 522 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11001111 | 0 | 10101 | 1101 | 111 | 101010010 | 111011 | 1010100 |
Color Harmonies of #EEBDCF
Complementary color
Monochromatic Colors of #EEBDCF
Black with #EEBDCF
Text Example
Text Example
White with #EEBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDCF; }
p { color: rgb(238,189,207); }
H1.HeaderClassName
{
color: #EEBDCF;
}
.AnyTagClassName
{
color: #EEBDCF;
}
</style>
background-color css
<style>
a { background-color: #EEBDCF; }
a { background-color: rgb(238,189,207); }
div.DivClassName
{
background-color: #EEBDCF;
}
.BgClassName
{
background-color: #EEBDCF;
}
</style>
border-color css
<style>
span { border-color: #EEBDCF; }
span { border-color: rgb(238,189,207); }
td.TdClassName
{
border-color: #EEBDCF;
}
.TagClassName
{
border-color: #EEBDCF;
}
</style>