Shades of Chantilly #EFC1CC
Tints of Chantilly #EFC1CC
RGB
CMYK
RGB Variations
Color information
#EFC1CC (or 0xEFC1CC) is known color: Chantilly. HEX triplet: EF, C1 and CC. RGB value is (239,193,204). Sum of RGB (Red+Green+Blue) = 239+193+204=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1CC is #103E33. Grayscale: #D0D0D0. Windows color (decimal): -1064500 or 13418991. OLE color: 13418991.
HSL color Cylindrical-coordinate representation of color #EFC1CC: hue angle of 345.65º 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 #EFC1CC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 204 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.06 |
| HSL | 345.65º | 0.59% | 0.85% | - |
| HSV(B) | 345.65º | 0.19% | 0.94% | - |
| XYZ | 65.57 | 60.85 | 65.42 | - |
| YUV | 208.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 204 | 0 | 0.19 | 0.15 | 0.06 | 345.65 | 0.59 | 0.85 |
| Hex | EF | C1 | CC | 0 | 13 | F | 6 | 15A | 3B | 55 |
| Octal | 357 | 301 | 314 | 0 | 23 | 17 | 6 | 532 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11001100 | 0 | 10011 | 1111 | 110 | 101011010 | 111011 | 1010101 |
Color Harmonies of #EFC1CC
Complementary color
Monochromatic Colors of #EFC1CC
Black with #EFC1CC
Text Example
Text Example
White with #EFC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1CC; }
p { color: rgb(239,193,204); }
H1.HeaderClassName
{
color: #EFC1CC;
}
.AnyTagClassName
{
color: #EFC1CC;
}
</style>
background-color css
<style>
a { background-color: #EFC1CC; }
a { background-color: rgb(239,193,204); }
div.DivClassName
{
background-color: #EFC1CC;
}
.BgClassName
{
background-color: #EFC1CC;
}
</style>
border-color css
<style>
span { border-color: #EFC1CC; }
span { border-color: rgb(239,193,204); }
td.TdClassName
{
border-color: #EFC1CC;
}
.TagClassName
{
border-color: #EFC1CC;
}
</style>