Shades of Chantilly #EFB7CB
Tints of Chantilly #EFB7CB
RGB
CMYK
RGB Variations
Color information
#EFB7CB (or 0xEFB7CB) is known color: Chantilly. HEX triplet: EF, B7 and CB. RGB value is (239,183,203). Sum of RGB (Red+Green+Blue) = 239+183+203=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7CB is #104834. Grayscale: #CACACA. Windows color (decimal): -1067061 or 13350895. OLE color: 13350895.
HSL color Cylindrical-coordinate representation of color #EFB7CB: hue angle of 338.57º degrees, saturation: 0.64, 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 #EFB7CB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 203 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.06 |
| HSL | 338.57º | 0.64% | 0.83% | - |
| HSV(B) | 338.57º | 0.23% | 0.94% | - |
| XYZ | 63.31 | 56.53 | 64.07 | - |
| YUV | 202.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 203 | 0 | 0.23 | 0.15 | 0.06 | 338.57 | 0.64 | 0.83 |
| Hex | EF | B7 | CB | 0 | 17 | F | 6 | 153 | 40 | 53 |
| Octal | 357 | 267 | 313 | 0 | 27 | 17 | 6 | 523 | 100 | 123 |
| Binary | 11101111 | 10110111 | 11001011 | 0 | 10111 | 1111 | 110 | 101010011 | 1000000 | 1010011 |
Color Harmonies of #EFB7CB
Complementary color
Monochromatic Colors of #EFB7CB
Black with #EFB7CB
Text Example
Text Example
White with #EFB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7CB; }
p { color: rgb(239,183,203); }
H1.HeaderClassName
{
color: #EFB7CB;
}
.AnyTagClassName
{
color: #EFB7CB;
}
</style>
background-color css
<style>
a { background-color: #EFB7CB; }
a { background-color: rgb(239,183,203); }
div.DivClassName
{
background-color: #EFB7CB;
}
.BgClassName
{
background-color: #EFB7CB;
}
</style>
border-color css
<style>
span { border-color: #EFB7CB; }
span { border-color: rgb(239,183,203); }
td.TdClassName
{
border-color: #EFB7CB;
}
.TagClassName
{
border-color: #EFB7CB;
}
</style>