Shades of Chantilly #EEBDC9
Tints of Chantilly #EEBDC9
RGB
CMYK
RGB Variations
Color information
#EEBDC9 (or 0xEEBDC9) is known color: Chantilly. HEX triplet: EE, BD and C9. RGB value is (238,189,201). Sum of RGB (Red+Green+Blue) = 238+189+201=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC9 is #114236. Grayscale: #CDCDCD. Windows color (decimal): -1131063 or 13221358. OLE color: 13221358.
HSL color Cylindrical-coordinate representation of color #EEBDC9: hue angle of 345.31º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDC9 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 189 | 201 | - |
CMYK | 0 | 0.21 | 0.16 | 0.07 |
HSL | 345.31º | 0.59% | 0.84% | - |
HSV(B) | 345.31º | 0.21% | 0.93% | - |
XYZ | 64 | 58.79 | 63.23 | - |
YUV | 205.02 | 125.73 | 151.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 201 | 0 | 0.21 | 0.16 | 0.07 | 345.31 | 0.59 | 0.84 |
Hex | EE | BD | C9 | 0 | 15 | 10 | 7 | 159 | 3B | 54 |
Octal | 356 | 275 | 311 | 0 | 25 | 20 | 7 | 531 | 73 | 124 |
Binary | 11101110 | 10111101 | 11001001 | 0 | 10101 | 10000 | 111 | 101011001 | 111011 | 1010100 |
Color Harmonies of #EEBDC9
Complementary color
Monochromatic Colors of #EEBDC9
Black with #EEBDC9
Text Example
Text Example
White with #EEBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDC9; }
p { color: rgb(238,189,201); }
H1.HeaderClassName
{
color: #EEBDC9;
}
.AnyTagClassName
{
color: #EEBDC9;
}
</style>
background-color css
<style>
a { background-color: #EEBDC9; }
a { background-color: rgb(238,189,201); }
div.DivClassName
{
background-color: #EEBDC9;
}
.BgClassName
{
background-color: #EEBDC9;
}
</style>
border-color css
<style>
span { border-color: #EEBDC9; }
span { border-color: rgb(238,189,201); }
td.TdClassName
{
border-color: #EEBDC9;
}
.TagClassName
{
border-color: #EEBDC9;
}
</style>