Shades of Chantilly #EFBECA
Tints of Chantilly #EFBECA
RGB
CMYK
RGB Variations
Color information
#EFBECA (or 0xEFBECA) is known color: Chantilly. HEX triplet: EF, BE and CA. RGB value is (239,190,202). Sum of RGB (Red+Green+Blue) = 239+190+202=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBECA is #104135. Grayscale: #CECECE. Windows color (decimal): -1065270 or 13287151. OLE color: 13287151.
HSL color Cylindrical-coordinate representation of color #EFBECA: hue angle of 345.31º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBECA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 202 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.06 |
| HSL | 345.31º | 0.6% | 0.84% | - |
| HSV(B) | 345.31º | 0.21% | 0.94% | - |
| XYZ | 64.67 | 59.44 | 63.94 | - |
| YUV | 206.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 202 | 0 | 0.21 | 0.15 | 0.06 | 345.31 | 0.6 | 0.84 |
| Hex | EF | BE | CA | 0 | 15 | F | 6 | 159 | 3C | 54 |
| Octal | 357 | 276 | 312 | 0 | 25 | 17 | 6 | 531 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11001010 | 0 | 10101 | 1111 | 110 | 101011001 | 111100 | 1010100 |
Color Harmonies of #EFBECA
Complementary color
Monochromatic Colors of #EFBECA
Black with #EFBECA
Text Example
Text Example
White with #EFBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBECA; }
p { color: rgb(239,190,202); }
H1.HeaderClassName
{
color: #EFBECA;
}
.AnyTagClassName
{
color: #EFBECA;
}
</style>
background-color css
<style>
a { background-color: #EFBECA; }
a { background-color: rgb(239,190,202); }
div.DivClassName
{
background-color: #EFBECA;
}
.BgClassName
{
background-color: #EFBECA;
}
</style>
border-color css
<style>
span { border-color: #EFBECA; }
span { border-color: rgb(239,190,202); }
td.TdClassName
{
border-color: #EFBECA;
}
.TagClassName
{
border-color: #EFBECA;
}
</style>