Shades of Chantilly #EEBAC6
Tints of Chantilly #EEBAC6
RGB
CMYK
RGB Variations
Color information
#EEBAC6 (or 0xEEBAC6) is known color: Chantilly. HEX triplet: EE, BA and C6. RGB value is (238,186,198). Sum of RGB (Red+Green+Blue) = 238+186+198=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC6 is #114539. Grayscale: #CACACA. Windows color (decimal): -1131834 or 13023982. OLE color: 13023982.
HSL color Cylindrical-coordinate representation of color #EEBAC6: hue angle of 346.15º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAC6 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 186 | 198 | - |
CMYK | 0 | 0.22 | 0.17 | 0.07 |
HSL | 346.15º | 0.6% | 0.83% | - |
HSV(B) | 346.15º | 0.22% | 0.93% | - |
XYZ | 63.01 | 57.37 | 61.18 | - |
YUV | 202.92 | 125.23 | 153.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 186 | 198 | 0 | 0.22 | 0.17 | 0.07 | 346.15 | 0.6 | 0.83 |
Hex | EE | BA | C6 | 0 | 16 | 11 | 7 | 15A | 3C | 53 |
Octal | 356 | 272 | 306 | 0 | 26 | 21 | 7 | 532 | 74 | 123 |
Binary | 11101110 | 10111010 | 11000110 | 0 | 10110 | 10001 | 111 | 101011010 | 111100 | 1010011 |
Color Harmonies of #EEBAC6
Complementary color
Monochromatic Colors of #EEBAC6
Black with #EEBAC6
Text Example
Text Example
White with #EEBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAC6; }
p { color: rgb(238,186,198); }
H1.HeaderClassName
{
color: #EEBAC6;
}
.AnyTagClassName
{
color: #EEBAC6;
}
</style>
background-color css
<style>
a { background-color: #EEBAC6; }
a { background-color: rgb(238,186,198); }
div.DivClassName
{
background-color: #EEBAC6;
}
.BgClassName
{
background-color: #EEBAC6;
}
</style>
border-color css
<style>
span { border-color: #EEBAC6; }
span { border-color: rgb(238,186,198); }
td.TdClassName
{
border-color: #EEBAC6;
}
.TagClassName
{
border-color: #EEBAC6;
}
</style>