Shades of Chantilly #EFB8C4
Tints of Chantilly #EFB8C4
RGB
CMYK
RGB Variations
Color information
#EFB8C4 (or 0xEFB8C4) is known color: Chantilly. HEX triplet: EF, B8 and C4. RGB value is (239,184,196). Sum of RGB (Red+Green+Blue) = 239+184+196=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8C4 is #10473B. Grayscale: #C9C9C9. Windows color (decimal): -1066812 or 12892399. OLE color: 12892399.
HSL color Cylindrical-coordinate representation of color #EFB8C4: hue angle of 346.91º 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 #EFB8C4 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 196 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.06 |
| HSL | 346.91º | 0.63% | 0.83% | - |
| HSV(B) | 346.91º | 0.23% | 0.94% | - |
| XYZ | 62.7 | 56.62 | 59.85 | - |
| YUV | 201.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 196 | 0 | 0.23 | 0.18 | 0.06 | 346.91 | 0.63 | 0.83 |
| Hex | EF | B8 | C4 | 0 | 17 | 12 | 6 | 15B | 3F | 53 |
| Octal | 357 | 270 | 304 | 0 | 27 | 22 | 6 | 533 | 77 | 123 |
| Binary | 11101111 | 10111000 | 11000100 | 0 | 10111 | 10010 | 110 | 101011011 | 111111 | 1010011 |
Color Harmonies of #EFB8C4
Complementary color
Monochromatic Colors of #EFB8C4
Black with #EFB8C4
Text Example
Text Example
White with #EFB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8C4; }
p { color: rgb(239,184,196); }
H1.HeaderClassName
{
color: #EFB8C4;
}
.AnyTagClassName
{
color: #EFB8C4;
}
</style>
background-color css
<style>
a { background-color: #EFB8C4; }
a { background-color: rgb(239,184,196); }
div.DivClassName
{
background-color: #EFB8C4;
}
.BgClassName
{
background-color: #EFB8C4;
}
</style>
border-color css
<style>
span { border-color: #EFB8C4; }
span { border-color: rgb(239,184,196); }
td.TdClassName
{
border-color: #EFB8C4;
}
.TagClassName
{
border-color: #EFB8C4;
}
</style>