Shades of Chantilly #EFB8CB
Tints of Chantilly #EFB8CB
RGB
CMYK
RGB Variations
Color information
#EFB8CB (or 0xEFB8CB) is known color: Chantilly. HEX triplet: EF, B8 and CB. RGB value is (239,184,203). Sum of RGB (Red+Green+Blue) = 239+184+203=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8CB is #104734. Grayscale: #CACACA. Windows color (decimal): -1066805 or 13351151. OLE color: 13351151.
HSL color Cylindrical-coordinate representation of color #EFB8CB: hue angle of 339.27º 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 #EFB8CB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 203 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 339.27º | 0.63% | 0.83% | - |
| HSV(B) | 339.27º | 0.23% | 0.94% | - |
| XYZ | 63.52 | 56.94 | 64.14 | - |
| YUV | 202.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 203 | 0 | 0.23 | 0.15 | 0.06 | 339.27 | 0.63 | 0.83 |
| Hex | EF | B8 | CB | 0 | 17 | F | 6 | 153 | 3F | 53 |
| Octal | 357 | 270 | 313 | 0 | 27 | 17 | 6 | 523 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11001011 | 0 | 10111 | 1111 | 110 | 101010011 | 111111 | 1010011 |
Color Harmonies of #EFB8CB
Complementary color
Monochromatic Colors of #EFB8CB
Black with #EFB8CB
Text Example
Text Example
White with #EFB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8CB; }
p { color: rgb(239,184,203); }
H1.HeaderClassName
{
color: #EFB8CB;
}
.AnyTagClassName
{
color: #EFB8CB;
}
</style>
background-color css
<style>
a { background-color: #EFB8CB; }
a { background-color: rgb(239,184,203); }
div.DivClassName
{
background-color: #EFB8CB;
}
.BgClassName
{
background-color: #EFB8CB;
}
</style>
border-color css
<style>
span { border-color: #EFB8CB; }
span { border-color: rgb(239,184,203); }
td.TdClassName
{
border-color: #EFB8CB;
}
.TagClassName
{
border-color: #EFB8CB;
}
</style>