Shades of Chantilly #EFB6CC
Tints of Chantilly #EFB6CC
RGB
CMYK
RGB Variations
Color information
#EFB6CC (or 0xEFB6CC) is known color: Chantilly. HEX triplet: EF, B6 and CC. RGB value is (239,182,204). Sum of RGB (Red+Green+Blue) = 239+182+204=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6CC is #104933. Grayscale: #C9C9C9. Windows color (decimal): -1067316 or 13416175. OLE color: 13416175.
HSL color Cylindrical-coordinate representation of color #EFB6CC: hue angle of 336.84º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6CC is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 204 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.06 |
| HSL | 336.84º | 0.64% | 0.83% | - |
| HSV(B) | 336.84º | 0.24% | 0.94% | - |
| XYZ | 63.22 | 56.17 | 64.64 | - |
| YUV | 201.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 204 | 0 | 0.24 | 0.15 | 0.06 | 336.84 | 0.64 | 0.83 |
| Hex | EF | B6 | CC | 0 | 18 | F | 6 | 151 | 40 | 53 |
| Octal | 357 | 266 | 314 | 0 | 30 | 17 | 6 | 521 | 100 | 123 |
| Binary | 11101111 | 10110110 | 11001100 | 0 | 11000 | 1111 | 110 | 101010001 | 1000000 | 1010011 |
Color Harmonies of #EFB6CC
Complementary color
Monochromatic Colors of #EFB6CC
Black with #EFB6CC
Text Example
Text Example
White with #EFB6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6CC; }
p { color: rgb(239,182,204); }
H1.HeaderClassName
{
color: #EFB6CC;
}
.AnyTagClassName
{
color: #EFB6CC;
}
</style>
background-color css
<style>
a { background-color: #EFB6CC; }
a { background-color: rgb(239,182,204); }
div.DivClassName
{
background-color: #EFB6CC;
}
.BgClassName
{
background-color: #EFB6CC;
}
</style>
border-color css
<style>
span { border-color: #EFB6CC; }
span { border-color: rgb(239,182,204); }
td.TdClassName
{
border-color: #EFB6CC;
}
.TagClassName
{
border-color: #EFB6CC;
}
</style>