Shades of Chantilly #EFB2C9
Tints of Chantilly #EFB2C9
RGB
CMYK
RGB Variations
Color information
#EFB2C9 (or 0xEFB2C9) is known color: Chantilly. HEX triplet: EF, B2 and C9. RGB value is (239,178,201). Sum of RGB (Red+Green+Blue) = 239+178+201=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C9 is #104D36. Grayscale: #C6C6C6. Windows color (decimal): -1068343 or 13218543. OLE color: 13218543.
HSL color Cylindrical-coordinate representation of color #EFB2C9: hue angle of 337.38º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2C9 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 201 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.06 |
| HSL | 337.38º | 0.66% | 0.82% | - |
| HSV(B) | 337.38º | 0.26% | 0.94% | - |
| XYZ | 62.06 | 54.41 | 62.49 | - |
| YUV | 198.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 201 | 0 | 0.26 | 0.16 | 0.06 | 337.38 | 0.66 | 0.82 |
| Hex | EF | B2 | C9 | 0 | 1A | 10 | 6 | 151 | 42 | 52 |
| Octal | 357 | 262 | 311 | 0 | 32 | 20 | 6 | 521 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11001001 | 0 | 11010 | 10000 | 110 | 101010001 | 1000010 | 1010010 |
Color Harmonies of #EFB2C9
Complementary color
Monochromatic Colors of #EFB2C9
Black with #EFB2C9
Text Example
Text Example
White with #EFB2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2C9; }
p { color: rgb(239,178,201); }
H1.HeaderClassName
{
color: #EFB2C9;
}
.AnyTagClassName
{
color: #EFB2C9;
}
</style>
background-color css
<style>
a { background-color: #EFB2C9; }
a { background-color: rgb(239,178,201); }
div.DivClassName
{
background-color: #EFB2C9;
}
.BgClassName
{
background-color: #EFB2C9;
}
</style>
border-color css
<style>
span { border-color: #EFB2C9; }
span { border-color: rgb(239,178,201); }
td.TdClassName
{
border-color: #EFB2C9;
}
.TagClassName
{
border-color: #EFB2C9;
}
</style>