Shades of Chantilly #EFB8C5
Tints of Chantilly #EFB8C5
RGB
CMYK
RGB Variations
Color information
#EFB8C5 (or 0xEFB8C5) is known color: Chantilly. HEX triplet: EF, B8 and C5. RGB value is (239,184,197). Sum of RGB (Red+Green+Blue) = 239+184+197=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C5 is #10473A. Grayscale: #C9C9C9. Windows color (decimal): -1066811 or 12957935. OLE color: 12957935.
HSL color Cylindrical-coordinate representation of color #EFB8C5: hue angle of 345.82º 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 #EFB8C5 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 197 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.06 |
| HSL | 345.82º | 0.63% | 0.83% | - |
| HSV(B) | 345.82º | 0.23% | 0.94% | - |
| XYZ | 62.82 | 56.66 | 60.45 | - |
| YUV | 201.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 197 | 0 | 0.23 | 0.18 | 0.06 | 345.82 | 0.63 | 0.83 |
| Hex | EF | B8 | C5 | 0 | 17 | 12 | 6 | 15A | 3F | 53 |
| Octal | 357 | 270 | 305 | 0 | 27 | 22 | 6 | 532 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11000101 | 0 | 10111 | 10010 | 110 | 101011010 | 111111 | 1010011 |
Color Harmonies of #EFB8C5
Complementary color
Monochromatic Colors of #EFB8C5
Black with #EFB8C5
Text Example
Text Example
White with #EFB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8C5; }
p { color: rgb(239,184,197); }
H1.HeaderClassName
{
color: #EFB8C5;
}
.AnyTagClassName
{
color: #EFB8C5;
}
</style>
background-color css
<style>
a { background-color: #EFB8C5; }
a { background-color: rgb(239,184,197); }
div.DivClassName
{
background-color: #EFB8C5;
}
.BgClassName
{
background-color: #EFB8C5;
}
</style>
border-color css
<style>
span { border-color: #EFB8C5; }
span { border-color: rgb(239,184,197); }
td.TdClassName
{
border-color: #EFB8C5;
}
.TagClassName
{
border-color: #EFB8C5;
}
</style>