Shades of Chantilly #EFC2CC
Tints of Chantilly #EFC2CC
RGB
CMYK
RGB Variations
Color information
#EFC2CC (or 0xEFC2CC) is known color: Chantilly. HEX triplet: EF, C2 and CC. RGB value is (239,194,204). Sum of RGB (Red+Green+Blue) = 239+194+204=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2CC is #103D33. Grayscale: #D0D0D0. Windows color (decimal): -1064244 or 13419247. OLE color: 13419247.
HSL color Cylindrical-coordinate representation of color #EFC2CC: hue angle of 346.67º degrees, saturation: 0.58, 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 #EFC2CC is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 204 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.06 |
| HSL | 346.67º | 0.58% | 0.85% | - |
| HSV(B) | 346.67º | 0.19% | 0.94% | - |
| XYZ | 65.79 | 61.29 | 65.49 | - |
| YUV | 208.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 204 | 0 | 0.19 | 0.15 | 0.06 | 346.67 | 0.58 | 0.85 |
| Hex | EF | C2 | CC | 0 | 13 | F | 6 | 15B | 3A | 55 |
| Octal | 357 | 302 | 314 | 0 | 23 | 17 | 6 | 533 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11001100 | 0 | 10011 | 1111 | 110 | 101011011 | 111010 | 1010101 |
Color Harmonies of #EFC2CC
Complementary color
Monochromatic Colors of #EFC2CC
Black with #EFC2CC
Text Example
Text Example
White with #EFC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2CC; }
p { color: rgb(239,194,204); }
H1.HeaderClassName
{
color: #EFC2CC;
}
.AnyTagClassName
{
color: #EFC2CC;
}
</style>
background-color css
<style>
a { background-color: #EFC2CC; }
a { background-color: rgb(239,194,204); }
div.DivClassName
{
background-color: #EFC2CC;
}
.BgClassName
{
background-color: #EFC2CC;
}
</style>
border-color css
<style>
span { border-color: #EFC2CC; }
span { border-color: rgb(239,194,204); }
td.TdClassName
{
border-color: #EFC2CC;
}
.TagClassName
{
border-color: #EFC2CC;
}
</style>