Shades of Chantilly #EFB9C4
Tints of Chantilly #EFB9C4
RGB
CMYK
RGB Variations
Color information
#EFB9C4 (or 0xEFB9C4) is known color: Chantilly. HEX triplet: EF, B9 and C4. RGB value is (239,185,196). Sum of RGB (Red+Green+Blue) = 239+185+196=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9C4 is #10463B. Grayscale: #CACACA. Windows color (decimal): -1066556 or 12892655. OLE color: 12892655.
HSL color Cylindrical-coordinate representation of color #EFB9C4: hue angle of 347.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB9C4 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 196 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.06 |
| HSL | 347.78º | 0.63% | 0.83% | - |
| HSV(B) | 347.78º | 0.23% | 0.94% | - |
| XYZ | 62.91 | 57.03 | 59.92 | - |
| YUV | 202.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 196 | 0 | 0.23 | 0.18 | 0.06 | 347.78 | 0.63 | 0.83 |
| Hex | EF | B9 | C4 | 0 | 17 | 12 | 6 | 15C | 3F | 53 |
| Octal | 357 | 271 | 304 | 0 | 27 | 22 | 6 | 534 | 77 | 123 |
| Binary | 11101111 | 10111001 | 11000100 | 0 | 10111 | 10010 | 110 | 101011100 | 111111 | 1010011 |
Color Harmonies of #EFB9C4
Complementary color
Monochromatic Colors of #EFB9C4
Black with #EFB9C4
Text Example
Text Example
White with #EFB9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9C4; }
p { color: rgb(239,185,196); }
H1.HeaderClassName
{
color: #EFB9C4;
}
.AnyTagClassName
{
color: #EFB9C4;
}
</style>
background-color css
<style>
a { background-color: #EFB9C4; }
a { background-color: rgb(239,185,196); }
div.DivClassName
{
background-color: #EFB9C4;
}
.BgClassName
{
background-color: #EFB9C4;
}
</style>
border-color css
<style>
span { border-color: #EFB9C4; }
span { border-color: rgb(239,185,196); }
td.TdClassName
{
border-color: #EFB9C4;
}
.TagClassName
{
border-color: #EFB9C4;
}
</style>