Shades of Chantilly #EFB8CA
Tints of Chantilly #EFB8CA
RGB
CMYK
RGB Variations
Color information
#EFB8CA (or 0xEFB8CA) is known color: Chantilly. HEX triplet: EF, B8 and CA. RGB value is (239,184,202). Sum of RGB (Red+Green+Blue) = 239+184+202=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8CA is #104735. Grayscale: #CACACA. Windows color (decimal): -1066806 or 13285615. OLE color: 13285615.
HSL color Cylindrical-coordinate representation of color #EFB8CA: hue angle of 340.36º 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 #EFB8CA is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 202 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 340.36º | 0.63% | 0.83% | - |
| HSV(B) | 340.36º | 0.23% | 0.94% | - |
| XYZ | 63.4 | 56.9 | 63.52 | - |
| YUV | 202.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 202 | 0 | 0.23 | 0.15 | 0.06 | 340.36 | 0.63 | 0.83 |
| Hex | EF | B8 | CA | 0 | 17 | F | 6 | 154 | 3F | 53 |
| Octal | 357 | 270 | 312 | 0 | 27 | 17 | 6 | 524 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11001010 | 0 | 10111 | 1111 | 110 | 101010100 | 111111 | 1010011 |
Color Harmonies of #EFB8CA
Complementary color
Monochromatic Colors of #EFB8CA
Black with #EFB8CA
Text Example
Text Example
White with #EFB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8CA; }
p { color: rgb(239,184,202); }
H1.HeaderClassName
{
color: #EFB8CA;
}
.AnyTagClassName
{
color: #EFB8CA;
}
</style>
background-color css
<style>
a { background-color: #EFB8CA; }
a { background-color: rgb(239,184,202); }
div.DivClassName
{
background-color: #EFB8CA;
}
.BgClassName
{
background-color: #EFB8CA;
}
</style>
border-color css
<style>
span { border-color: #EFB8CA; }
span { border-color: rgb(239,184,202); }
td.TdClassName
{
border-color: #EFB8CA;
}
.TagClassName
{
border-color: #EFB8CA;
}
</style>