Shades of Chantilly #EEBDC8
Tints of Chantilly #EEBDC8
RGB
CMYK
RGB Variations
Color information
#EEBDC8 (or 0xEEBDC8) is known color: Chantilly. HEX triplet: EE, BD and C8. RGB value is (238,189,200). Sum of RGB (Red+Green+Blue) = 238+189+200=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC8 is #114237. Grayscale: #CCCCCC. Windows color (decimal): -1131064 or 13155822. OLE color: 13155822.
HSL color Cylindrical-coordinate representation of color #EEBDC8: hue angle of 346.53º 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 #EEBDC8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 200 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.07 |
| HSL | 346.53º | 0.59% | 0.84% | - |
| HSV(B) | 346.53º | 0.21% | 0.93% | - |
| XYZ | 63.88 | 58.74 | 62.62 | - |
| YUV | 204.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 200 | 0 | 0.21 | 0.16 | 0.07 | 346.53 | 0.59 | 0.84 |
| Hex | EE | BD | C8 | 0 | 15 | 10 | 7 | 15B | 3B | 54 |
| Octal | 356 | 275 | 310 | 0 | 25 | 20 | 7 | 533 | 73 | 124 |
| Binary | 11101110 | 10111101 | 11001000 | 0 | 10101 | 10000 | 111 | 101011011 | 111011 | 1010100 |
Color Harmonies of #EEBDC8
Complementary color
Monochromatic Colors of #EEBDC8
Black with #EEBDC8
Text Example
Text Example
White with #EEBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDC8; }
p { color: rgb(238,189,200); }
H1.HeaderClassName
{
color: #EEBDC8;
}
.AnyTagClassName
{
color: #EEBDC8;
}
</style>
background-color css
<style>
a { background-color: #EEBDC8; }
a { background-color: rgb(238,189,200); }
div.DivClassName
{
background-color: #EEBDC8;
}
.BgClassName
{
background-color: #EEBDC8;
}
</style>
border-color css
<style>
span { border-color: #EEBDC8; }
span { border-color: rgb(238,189,200); }
td.TdClassName
{
border-color: #EEBDC8;
}
.TagClassName
{
border-color: #EEBDC8;
}
</style>