Shades of Chantilly #EFBBC3
Tints of Chantilly #EFBBC3
RGB
CMYK
RGB Variations
Color information
#EFBBC3 (or 0xEFBBC3) is known color: Chantilly. HEX triplet: EF, BB and C3. RGB value is (239,187,195). Sum of RGB (Red+Green+Blue) = 239+187+195=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBC3 is #10443C. Grayscale: #CBCBCB. Windows color (decimal): -1066045 or 12827631. OLE color: 12827631.
HSL color Cylindrical-coordinate representation of color #EFBBC3: hue angle of 350.77º 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 #EFBBC3 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 195 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.06 |
| HSL | 350.77º | 0.62% | 0.84% | - |
| HSV(B) | 350.77º | 0.22% | 0.94% | - |
| XYZ | 63.22 | 57.83 | 59.46 | - |
| YUV | 203.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 195 | 0 | 0.22 | 0.18 | 0.06 | 350.77 | 0.62 | 0.84 |
| Hex | EF | BB | C3 | 0 | 16 | 12 | 6 | 15F | 3E | 54 |
| Octal | 357 | 273 | 303 | 0 | 26 | 22 | 6 | 537 | 76 | 124 |
| Binary | 11101111 | 10111011 | 11000011 | 0 | 10110 | 10010 | 110 | 101011111 | 111110 | 1010100 |
Color Harmonies of #EFBBC3
Complementary color
Monochromatic Colors of #EFBBC3
Black with #EFBBC3
Text Example
Text Example
White with #EFBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBC3; }
p { color: rgb(239,187,195); }
H1.HeaderClassName
{
color: #EFBBC3;
}
.AnyTagClassName
{
color: #EFBBC3;
}
</style>
background-color css
<style>
a { background-color: #EFBBC3; }
a { background-color: rgb(239,187,195); }
div.DivClassName
{
background-color: #EFBBC3;
}
.BgClassName
{
background-color: #EFBBC3;
}
</style>
border-color css
<style>
span { border-color: #EFBBC3; }
span { border-color: rgb(239,187,195); }
td.TdClassName
{
border-color: #EFBBC3;
}
.TagClassName
{
border-color: #EFBBC3;
}
</style>