Shades of Chantilly #EFBBC4
Tints of Chantilly #EFBBC4
RGB
CMYK
RGB Variations
Color information
#EFBBC4 (or 0xEFBBC4) is known color: Chantilly. HEX triplet: EF, BB and C4. RGB value is (239,187,196). Sum of RGB (Red+Green+Blue) = 239+187+196=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC4 is #10443B. Grayscale: #CBCBCB. Windows color (decimal): -1066044 or 12893167. OLE color: 12893167.
HSL color Cylindrical-coordinate representation of color #EFBBC4: hue angle of 349.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBC4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 196 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.06 |
| HSL | 349.62º | 0.62% | 0.84% | - |
| HSV(B) | 349.62º | 0.22% | 0.94% | - |
| XYZ | 63.33 | 57.88 | 60.06 | - |
| YUV | 203.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 196 | 0 | 0.22 | 0.18 | 0.06 | 349.62 | 0.62 | 0.84 |
| Hex | EF | BB | C4 | 0 | 16 | 12 | 6 | 15E | 3E | 54 |
| Octal | 357 | 273 | 304 | 0 | 26 | 22 | 6 | 536 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11000100 | 0 | 10110 | 10010 | 110 | 101011110 | 111110 | 1010100 |
Color Harmonies of #EFBBC4
Complementary color
Monochromatic Colors of #EFBBC4
Black with #EFBBC4
Text Example
Text Example
White with #EFBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBC4; }
p { color: rgb(239,187,196); }
H1.HeaderClassName
{
color: #EFBBC4;
}
.AnyTagClassName
{
color: #EFBBC4;
}
</style>
background-color css
<style>
a { background-color: #EFBBC4; }
a { background-color: rgb(239,187,196); }
div.DivClassName
{
background-color: #EFBBC4;
}
.BgClassName
{
background-color: #EFBBC4;
}
</style>
border-color css
<style>
span { border-color: #EFBBC4; }
span { border-color: rgb(239,187,196); }
td.TdClassName
{
border-color: #EFBBC4;
}
.TagClassName
{
border-color: #EFBBC4;
}
</style>