Shades of Chantilly #EFB4C9
Tints of Chantilly #EFB4C9
RGB
CMYK
RGB Variations
Color information
#EFB4C9 (or 0xEFB4C9) is known color: Chantilly. HEX triplet: EF, B4 and C9. RGB value is (239,180,201). Sum of RGB (Red+Green+Blue) = 239+180+201=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4C9 is #104B36. Grayscale: #C8C8C8. Windows color (decimal): -1067831 or 13219055. OLE color: 13219055.
HSL color Cylindrical-coordinate representation of color #EFB4C9: hue angle of 338.64º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4C9 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 201 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.06 |
| HSL | 338.64º | 0.65% | 0.82% | - |
| HSV(B) | 338.64º | 0.25% | 0.94% | - |
| XYZ | 62.46 | 55.21 | 62.62 | - |
| YUV | 200.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 201 | 0 | 0.25 | 0.16 | 0.06 | 338.64 | 0.65 | 0.82 |
| Hex | EF | B4 | C9 | 0 | 19 | 10 | 6 | 153 | 41 | 52 |
| Octal | 357 | 264 | 311 | 0 | 31 | 20 | 6 | 523 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11001001 | 0 | 11001 | 10000 | 110 | 101010011 | 1000001 | 1010010 |
Color Harmonies of #EFB4C9
Complementary color
Monochromatic Colors of #EFB4C9
Black with #EFB4C9
Text Example
Text Example
White with #EFB4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4C9; }
p { color: rgb(239,180,201); }
H1.HeaderClassName
{
color: #EFB4C9;
}
.AnyTagClassName
{
color: #EFB4C9;
}
</style>
background-color css
<style>
a { background-color: #EFB4C9; }
a { background-color: rgb(239,180,201); }
div.DivClassName
{
background-color: #EFB4C9;
}
.BgClassName
{
background-color: #EFB4C9;
}
</style>
border-color css
<style>
span { border-color: #EFB4C9; }
span { border-color: rgb(239,180,201); }
td.TdClassName
{
border-color: #EFB4C9;
}
.TagClassName
{
border-color: #EFB4C9;
}
</style>