Shades of Chantilly #EFBCC8
Tints of Chantilly #EFBCC8
RGB
CMYK
RGB Variations
Color information
#EFBCC8 (or 0xEFBCC8) is known color: Chantilly. HEX triplet: EF, BC and C8. RGB value is (239,188,200). Sum of RGB (Red+Green+Blue) = 239+188+200=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCC8 is #104337. Grayscale: #CCCCCC. Windows color (decimal): -1065784 or 13155567. OLE color: 13155567.
HSL color Cylindrical-coordinate representation of color #EFBCC8: hue angle of 345.88º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCC8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 200 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.06 |
| HSL | 345.88º | 0.61% | 0.84% | - |
| HSV(B) | 345.88º | 0.21% | 0.94% | - |
| XYZ | 64.01 | 58.49 | 62.56 | - |
| YUV | 204.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 200 | 0 | 0.21 | 0.16 | 0.06 | 345.88 | 0.61 | 0.84 |
| Hex | EF | BC | C8 | 0 | 15 | 10 | 6 | 15A | 3D | 54 |
| Octal | 357 | 274 | 310 | 0 | 25 | 20 | 6 | 532 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11001000 | 0 | 10101 | 10000 | 110 | 101011010 | 111101 | 1010100 |
Color Harmonies of #EFBCC8
Complementary color
Monochromatic Colors of #EFBCC8
Black with #EFBCC8
Text Example
Text Example
White with #EFBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCC8; }
p { color: rgb(239,188,200); }
H1.HeaderClassName
{
color: #EFBCC8;
}
.AnyTagClassName
{
color: #EFBCC8;
}
</style>
background-color css
<style>
a { background-color: #EFBCC8; }
a { background-color: rgb(239,188,200); }
div.DivClassName
{
background-color: #EFBCC8;
}
.BgClassName
{
background-color: #EFBCC8;
}
</style>
border-color css
<style>
span { border-color: #EFBCC8; }
span { border-color: rgb(239,188,200); }
td.TdClassName
{
border-color: #EFBCC8;
}
.TagClassName
{
border-color: #EFBCC8;
}
</style>