Shades of Chantilly #EFC0CC
Tints of Chantilly #EFC0CC
RGB
CMYK
RGB Variations
Color information
#EFC0CC (or 0xEFC0CC) is known color: Chantilly. HEX triplet: EF, C0 and CC. RGB value is (239,192,204). Sum of RGB (Red+Green+Blue) = 239+192+204=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0CC is #103F33. Grayscale: #CFCFCF. Windows color (decimal): -1064756 or 13418735. OLE color: 13418735.
HSL color Cylindrical-coordinate representation of color #EFC0CC: hue angle of 344.68º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0CC is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 204 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.06 |
| HSL | 344.68º | 0.59% | 0.85% | - |
| HSV(B) | 344.68º | 0.2% | 0.94% | - |
| XYZ | 65.35 | 60.41 | 65.34 | - |
| YUV | 207.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 204 | 0 | 0.20 | 0.15 | 0.06 | 344.68 | 0.59 | 0.85 |
| Hex | EF | C0 | CC | 0 | 14 | F | 6 | 159 | 3B | 55 |
| Octal | 357 | 300 | 314 | 0 | 24 | 17 | 6 | 531 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11001100 | 0 | 10100 | 1111 | 110 | 101011001 | 111011 | 1010101 |
Color Harmonies of #EFC0CC
Complementary color
Monochromatic Colors of #EFC0CC
Black with #EFC0CC
Text Example
Text Example
White with #EFC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0CC; }
p { color: rgb(239,192,204); }
H1.HeaderClassName
{
color: #EFC0CC;
}
.AnyTagClassName
{
color: #EFC0CC;
}
</style>
background-color css
<style>
a { background-color: #EFC0CC; }
a { background-color: rgb(239,192,204); }
div.DivClassName
{
background-color: #EFC0CC;
}
.BgClassName
{
background-color: #EFC0CC;
}
</style>
border-color css
<style>
span { border-color: #EFC0CC; }
span { border-color: rgb(239,192,204); }
td.TdClassName
{
border-color: #EFC0CC;
}
.TagClassName
{
border-color: #EFC0CC;
}
</style>