Shades of Chantilly #EFC1CD
Tints of Chantilly #EFC1CD
RGB
CMYK
RGB Variations
Color information
#EFC1CD (or 0xEFC1CD) is known color: Chantilly. HEX triplet: EF, C1 and CD. RGB value is (239,193,205). Sum of RGB (Red+Green+Blue) = 239+193+205=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1CD is #103E32. Grayscale: #D0D0D0. Windows color (decimal): -1064499 or 13484527. OLE color: 13484527.
HSL color Cylindrical-coordinate representation of color #EFC1CD: hue angle of 344.35º 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 #EFC1CD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 205 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.06 |
| HSL | 344.35º | 0.59% | 0.85% | - |
| HSV(B) | 344.35º | 0.19% | 0.94% | - |
| XYZ | 65.69 | 60.9 | 66.05 | - |
| YUV | 208.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 205 | 0 | 0.19 | 0.14 | 0.06 | 344.35 | 0.59 | 0.85 |
| Hex | EF | C1 | CD | 0 | 13 | E | 6 | 158 | 3B | 55 |
| Octal | 357 | 301 | 315 | 0 | 23 | 16 | 6 | 530 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11001101 | 0 | 10011 | 1110 | 110 | 101011000 | 111011 | 1010101 |
Color Harmonies of #EFC1CD
Complementary color
Monochromatic Colors of #EFC1CD
Black with #EFC1CD
Text Example
Text Example
White with #EFC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1CD; }
p { color: rgb(239,193,205); }
H1.HeaderClassName
{
color: #EFC1CD;
}
.AnyTagClassName
{
color: #EFC1CD;
}
</style>
background-color css
<style>
a { background-color: #EFC1CD; }
a { background-color: rgb(239,193,205); }
div.DivClassName
{
background-color: #EFC1CD;
}
.BgClassName
{
background-color: #EFC1CD;
}
</style>
border-color css
<style>
span { border-color: #EFC1CD; }
span { border-color: rgb(239,193,205); }
td.TdClassName
{
border-color: #EFC1CD;
}
.TagClassName
{
border-color: #EFC1CD;
}
</style>