Shades of Chantilly #EFB5C5
Tints of Chantilly #EFB5C5
RGB
CMYK
RGB Variations
Color information
#EFB5C5 (or 0xEFB5C5) is known color: Chantilly. HEX triplet: EF, B5 and C5. RGB value is (239,181,197). Sum of RGB (Red+Green+Blue) = 239+181+197=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5C5 is #104A3A. Grayscale: #C8C8C8. Windows color (decimal): -1067579 or 12957167. OLE color: 12957167.
HSL color Cylindrical-coordinate representation of color #EFB5C5: hue angle of 343.45º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5C5 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 197 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.06 |
| HSL | 343.45º | 0.64% | 0.82% | - |
| HSV(B) | 343.45º | 0.24% | 0.94% | - |
| XYZ | 62.2 | 55.43 | 60.24 | - |
| YUV | 200.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 197 | 0 | 0.24 | 0.18 | 0.06 | 343.45 | 0.64 | 0.82 |
| Hex | EF | B5 | C5 | 0 | 18 | 12 | 6 | 157 | 40 | 52 |
| Octal | 357 | 265 | 305 | 0 | 30 | 22 | 6 | 527 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11000101 | 0 | 11000 | 10010 | 110 | 101010111 | 1000000 | 1010010 |
Color Harmonies of #EFB5C5
Complementary color
Monochromatic Colors of #EFB5C5
Black with #EFB5C5
Text Example
Text Example
White with #EFB5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5C5; }
p { color: rgb(239,181,197); }
H1.HeaderClassName
{
color: #EFB5C5;
}
.AnyTagClassName
{
color: #EFB5C5;
}
</style>
background-color css
<style>
a { background-color: #EFB5C5; }
a { background-color: rgb(239,181,197); }
div.DivClassName
{
background-color: #EFB5C5;
}
.BgClassName
{
background-color: #EFB5C5;
}
</style>
border-color css
<style>
span { border-color: #EFB5C5; }
span { border-color: rgb(239,181,197); }
td.TdClassName
{
border-color: #EFB5C5;
}
.TagClassName
{
border-color: #EFB5C5;
}
</style>