Shades of Chantilly #EFB8C6
Tints of Chantilly #EFB8C6
RGB
CMYK
RGB Variations
Color information
#EFB8C6 (or 0xEFB8C6) is known color: Chantilly. HEX triplet: EF, B8 and C6. RGB value is (239,184,198). Sum of RGB (Red+Green+Blue) = 239+184+198=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C6 is #104739. Grayscale: #CACACA. Windows color (decimal): -1066810 or 13023471. OLE color: 13023471.
HSL color Cylindrical-coordinate representation of color #EFB8C6: hue angle of 344.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB8C6 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 198 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.06 |
| HSL | 344.73º | 0.63% | 0.83% | - |
| HSV(B) | 344.73º | 0.23% | 0.94% | - |
| XYZ | 62.93 | 56.71 | 61.06 | - |
| YUV | 202.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 198 | 0 | 0.23 | 0.17 | 0.06 | 344.73 | 0.63 | 0.83 |
| Hex | EF | B8 | C6 | 0 | 17 | 11 | 6 | 159 | 3F | 53 |
| Octal | 357 | 270 | 306 | 0 | 27 | 21 | 6 | 531 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11000110 | 0 | 10111 | 10001 | 110 | 101011001 | 111111 | 1010011 |
Color Harmonies of #EFB8C6
Complementary color
Monochromatic Colors of #EFB8C6
Black with #EFB8C6
Text Example
Text Example
White with #EFB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8C6; }
p { color: rgb(239,184,198); }
H1.HeaderClassName
{
color: #EFB8C6;
}
.AnyTagClassName
{
color: #EFB8C6;
}
</style>
background-color css
<style>
a { background-color: #EFB8C6; }
a { background-color: rgb(239,184,198); }
div.DivClassName
{
background-color: #EFB8C6;
}
.BgClassName
{
background-color: #EFB8C6;
}
</style>
border-color css
<style>
span { border-color: #EFB8C6; }
span { border-color: rgb(239,184,198); }
td.TdClassName
{
border-color: #EFB8C6;
}
.TagClassName
{
border-color: #EFB8C6;
}
</style>