Shades of Chantilly #EFB4CD
Tints of Chantilly #EFB4CD
RGB
CMYK
RGB Variations
Color information
#EFB4CD (or 0xEFB4CD) is known color: Chantilly. HEX triplet: EF, B4 and CD. RGB value is (239,180,205). Sum of RGB (Red+Green+Blue) = 239+180+205=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4CD is #104B32. Grayscale: #C8C8C8. Windows color (decimal): -1067827 or 13481199. OLE color: 13481199.
HSL color Cylindrical-coordinate representation of color #EFB4CD: hue angle of 334.58º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4CD is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 205 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.06 |
| HSL | 334.58º | 0.65% | 0.82% | - |
| HSV(B) | 334.58º | 0.25% | 0.94% | - |
| XYZ | 62.94 | 55.4 | 65.13 | - |
| YUV | 200.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 205 | 0 | 0.25 | 0.14 | 0.06 | 334.58 | 0.65 | 0.82 |
| Hex | EF | B4 | CD | 0 | 19 | E | 6 | 14F | 41 | 52 |
| Octal | 357 | 264 | 315 | 0 | 31 | 16 | 6 | 517 | 101 | 122 |
| Binary | 11101111 | 10110100 | 11001101 | 0 | 11001 | 1110 | 110 | 101001111 | 1000001 | 1010010 |
Color Harmonies of #EFB4CD
Complementary color
Monochromatic Colors of #EFB4CD
Black with #EFB4CD
Text Example
Text Example
White with #EFB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4CD; }
p { color: rgb(239,180,205); }
H1.HeaderClassName
{
color: #EFB4CD;
}
.AnyTagClassName
{
color: #EFB4CD;
}
</style>
background-color css
<style>
a { background-color: #EFB4CD; }
a { background-color: rgb(239,180,205); }
div.DivClassName
{
background-color: #EFB4CD;
}
.BgClassName
{
background-color: #EFB4CD;
}
</style>
border-color css
<style>
span { border-color: #EFB4CD; }
span { border-color: rgb(239,180,205); }
td.TdClassName
{
border-color: #EFB4CD;
}
.TagClassName
{
border-color: #EFB4CD;
}
</style>