Shades of Chantilly #EFC1CB
Tints of Chantilly #EFC1CB
RGB
CMYK
RGB Variations
Color information
#EFC1CB (or 0xEFC1CB) is known color: Chantilly. HEX triplet: EF, C1 and CB. RGB value is (239,193,203). Sum of RGB (Red+Green+Blue) = 239+193+203=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1CB is #103E34. Grayscale: #CFCFCF. Windows color (decimal): -1064501 or 13353455. OLE color: 13353455.
HSL color Cylindrical-coordinate representation of color #EFC1CB: hue angle of 346.96º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1CB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 203 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.06 |
| HSL | 346.96º | 0.59% | 0.85% | - |
| HSV(B) | 346.96º | 0.19% | 0.94% | - |
| XYZ | 65.45 | 60.8 | 64.79 | - |
| YUV | 207.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 203 | 0 | 0.19 | 0.15 | 0.06 | 346.96 | 0.59 | 0.85 |
| Hex | EF | C1 | CB | 0 | 13 | F | 6 | 15B | 3B | 55 |
| Octal | 357 | 301 | 313 | 0 | 23 | 17 | 6 | 533 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11001011 | 0 | 10011 | 1111 | 110 | 101011011 | 111011 | 1010101 |
Color Harmonies of #EFC1CB
Complementary color
Monochromatic Colors of #EFC1CB
Black with #EFC1CB
Text Example
Text Example
White with #EFC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1CB; }
p { color: rgb(239,193,203); }
H1.HeaderClassName
{
color: #EFC1CB;
}
.AnyTagClassName
{
color: #EFC1CB;
}
</style>
background-color css
<style>
a { background-color: #EFC1CB; }
a { background-color: rgb(239,193,203); }
div.DivClassName
{
background-color: #EFC1CB;
}
.BgClassName
{
background-color: #EFC1CB;
}
</style>
border-color css
<style>
span { border-color: #EFC1CB; }
span { border-color: rgb(239,193,203); }
td.TdClassName
{
border-color: #EFC1CB;
}
.TagClassName
{
border-color: #EFC1CB;
}
</style>