Shades of Chantilly #EFC2D0
Tints of Chantilly #EFC2D0
RGB
CMYK
RGB Variations
Color information
#EFC2D0 (or 0xEFC2D0) is known color: Chantilly. HEX triplet: EF, C2 and D0. RGB value is (239,194,208). Sum of RGB (Red+Green+Blue) = 239+194+208=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2D0 is #103D2F. Grayscale: #D1D1D1. Windows color (decimal): -1064240 or 13681391. OLE color: 13681391.
HSL color Cylindrical-coordinate representation of color #EFC2D0: hue angle of 341.33º 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 #EFC2D0 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 194 | 208 | - |
CMYK | 0 | 0.19 | 0.13 | 0.06 |
HSL | 341.33º | 0.58% | 0.85% | - |
HSV(B) | 341.33º | 0.19% | 0.94% | - |
XYZ | 66.27 | 61.49 | 68.05 | - |
YUV | 209.05 | 127.41 | 149.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 194 | 208 | 0 | 0.19 | 0.13 | 0.06 | 341.33 | 0.58 | 0.85 |
Hex | EF | C2 | D0 | 0 | 13 | D | 6 | 155 | 3A | 55 |
Octal | 357 | 302 | 320 | 0 | 23 | 15 | 6 | 525 | 72 | 125 |
Binary | 11101111 | 11000010 | 11010000 | 0 | 10011 | 1101 | 110 | 101010101 | 111010 | 1010101 |
Color Harmonies of #EFC2D0
Complementary color
Monochromatic Colors of #EFC2D0
Black with #EFC2D0
Text Example
Text Example
White with #EFC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2D0; }
p { color: rgb(239,194,208); }
H1.HeaderClassName
{
color: #EFC2D0;
}
.AnyTagClassName
{
color: #EFC2D0;
}
</style>
background-color css
<style>
a { background-color: #EFC2D0; }
a { background-color: rgb(239,194,208); }
div.DivClassName
{
background-color: #EFC2D0;
}
.BgClassName
{
background-color: #EFC2D0;
}
</style>
border-color css
<style>
span { border-color: #EFC2D0; }
span { border-color: rgb(239,194,208); }
td.TdClassName
{
border-color: #EFC2D0;
}
.TagClassName
{
border-color: #EFC2D0;
}
</style>