Shades of Chantilly #EFB2CA
Tints of Chantilly #EFB2CA
RGB
CMYK
RGB Variations
Color information
#EFB2CA (or 0xEFB2CA) is known color: Chantilly. HEX triplet: EF, B2 and CA. RGB value is (239,178,202). Sum of RGB (Red+Green+Blue) = 239+178+202=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CA is #104D35. Grayscale: #C6C6C6. Windows color (decimal): -1068342 or 13284079. OLE color: 13284079.
HSL color Cylindrical-coordinate representation of color #EFB2CA: hue angle of 336.39º 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 #EFB2CA is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 202 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.06 |
| HSL | 336.39º | 0.66% | 0.82% | - |
| HSV(B) | 336.39º | 0.26% | 0.94% | - |
| XYZ | 62.18 | 54.46 | 63.11 | - |
| YUV | 198.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 202 | 0 | 0.26 | 0.15 | 0.06 | 336.39 | 0.66 | 0.82 |
| Hex | EF | B2 | CA | 0 | 1A | F | 6 | 150 | 42 | 52 |
| Octal | 357 | 262 | 312 | 0 | 32 | 17 | 6 | 520 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11001010 | 0 | 11010 | 1111 | 110 | 101010000 | 1000010 | 1010010 |
Color Harmonies of #EFB2CA
Complementary color
Monochromatic Colors of #EFB2CA
Black with #EFB2CA
Text Example
Text Example
White with #EFB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2CA; }
p { color: rgb(239,178,202); }
H1.HeaderClassName
{
color: #EFB2CA;
}
.AnyTagClassName
{
color: #EFB2CA;
}
</style>
background-color css
<style>
a { background-color: #EFB2CA; }
a { background-color: rgb(239,178,202); }
div.DivClassName
{
background-color: #EFB2CA;
}
.BgClassName
{
background-color: #EFB2CA;
}
</style>
border-color css
<style>
span { border-color: #EFB2CA; }
span { border-color: rgb(239,178,202); }
td.TdClassName
{
border-color: #EFB2CA;
}
.TagClassName
{
border-color: #EFB2CA;
}
</style>