Shades of Chantilly #EFC3CC
Tints of Chantilly #EFC3CC
RGB
CMYK
RGB Variations
Color information
#EFC3CC (or 0xEFC3CC) is known color: Chantilly. HEX triplet: EF, C3 and CC. RGB value is (239,195,204). Sum of RGB (Red+Green+Blue) = 239+195+204=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CC is #103C33. Grayscale: #D1D1D1. Windows color (decimal): -1063988 or 13419503. OLE color: 13419503.
HSL color Cylindrical-coordinate representation of color #EFC3CC: hue angle of 347.73º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3CC is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 204 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.06 |
| HSL | 347.73º | 0.58% | 0.85% | - |
| HSV(B) | 347.73º | 0.18% | 0.94% | - |
| XYZ | 66.01 | 61.74 | 65.56 | - |
| YUV | 209.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 204 | 0 | 0.18 | 0.15 | 0.06 | 347.73 | 0.58 | 0.85 |
| Hex | EF | C3 | CC | 0 | 12 | F | 6 | 15C | 3A | 55 |
| Octal | 357 | 303 | 314 | 0 | 22 | 17 | 6 | 534 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11001100 | 0 | 10010 | 1111 | 110 | 101011100 | 111010 | 1010101 |
Color Harmonies of #EFC3CC
Complementary color
Monochromatic Colors of #EFC3CC
Black with #EFC3CC
Text Example
Text Example
White with #EFC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3CC; }
p { color: rgb(239,195,204); }
H1.HeaderClassName
{
color: #EFC3CC;
}
.AnyTagClassName
{
color: #EFC3CC;
}
</style>
background-color css
<style>
a { background-color: #EFC3CC; }
a { background-color: rgb(239,195,204); }
div.DivClassName
{
background-color: #EFC3CC;
}
.BgClassName
{
background-color: #EFC3CC;
}
</style>
border-color css
<style>
span { border-color: #EFC3CC; }
span { border-color: rgb(239,195,204); }
td.TdClassName
{
border-color: #EFC3CC;
}
.TagClassName
{
border-color: #EFC3CC;
}
</style>