Shades of Chantilly #EFB1CB
Tints of Chantilly #EFB1CB
RGB
CMYK
RGB Variations
Color information
#EFB1CB (or 0xEFB1CB) is known color: Chantilly. HEX triplet: EF, B1 and CB. RGB value is (239,177,203). Sum of RGB (Red+Green+Blue) = 239+177+203=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1CB is #104E34. Grayscale: #C6C6C6. Windows color (decimal): -1068597 or 13349359. OLE color: 13349359.
HSL color Cylindrical-coordinate representation of color #EFB1CB: hue angle of 334.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1CB is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 203 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.06 |
| HSL | 334.84º | 0.66% | 0.82% | - |
| HSV(B) | 334.84º | 0.26% | 0.94% | - |
| XYZ | 62.1 | 54.11 | 63.67 | - |
| YUV | 198.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 203 | 0 | 0.26 | 0.15 | 0.06 | 334.84 | 0.66 | 0.82 |
| Hex | EF | B1 | CB | 0 | 1A | F | 6 | 14F | 42 | 52 |
| Octal | 357 | 261 | 313 | 0 | 32 | 17 | 6 | 517 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11001011 | 0 | 11010 | 1111 | 110 | 101001111 | 1000010 | 1010010 |
Color Harmonies of #EFB1CB
Complementary color
Monochromatic Colors of #EFB1CB
Black with #EFB1CB
Text Example
Text Example
White with #EFB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1CB; }
p { color: rgb(239,177,203); }
H1.HeaderClassName
{
color: #EFB1CB;
}
.AnyTagClassName
{
color: #EFB1CB;
}
</style>
background-color css
<style>
a { background-color: #EFB1CB; }
a { background-color: rgb(239,177,203); }
div.DivClassName
{
background-color: #EFB1CB;
}
.BgClassName
{
background-color: #EFB1CB;
}
</style>
border-color css
<style>
span { border-color: #EFB1CB; }
span { border-color: rgb(239,177,203); }
td.TdClassName
{
border-color: #EFB1CB;
}
.TagClassName
{
border-color: #EFB1CB;
}
</style>