Shades of Chantilly #EEBDC5
Tints of Chantilly #EEBDC5
RGB
CMYK
RGB Variations
Color information
#EEBDC5 (or 0xEEBDC5) is known color: Chantilly. HEX triplet: EE, BD and C5. RGB value is (238,189,197). Sum of RGB (Red+Green+Blue) = 238+189+197=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDC5 is #11423A. Grayscale: #CCCCCC. Windows color (decimal): -1131067 or 12959214. OLE color: 12959214.
HSL color Cylindrical-coordinate representation of color #EEBDC5: hue angle of 350.2º 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 #EEBDC5 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 189 | 197 | - |
CMYK | 0 | 0.21 | 0.17 | 0.07 |
HSL | 350.2º | 0.59% | 0.84% | - |
HSV(B) | 350.2º | 0.21% | 0.93% | - |
XYZ | 63.54 | 58.6 | 60.79 | - |
YUV | 204.56 | 123.73 | 151.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 189 | 197 | 0 | 0.21 | 0.17 | 0.07 | 350.2 | 0.59 | 0.84 |
Hex | EE | BD | C5 | 0 | 15 | 11 | 7 | 15E | 3B | 54 |
Octal | 356 | 275 | 305 | 0 | 25 | 21 | 7 | 536 | 73 | 124 |
Binary | 11101110 | 10111101 | 11000101 | 0 | 10101 | 10001 | 111 | 101011110 | 111011 | 1010100 |
Color Harmonies of #EEBDC5
Complementary color
Monochromatic Colors of #EEBDC5
Black with #EEBDC5
Text Example
Text Example
White with #EEBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDC5; }
p { color: rgb(238,189,197); }
H1.HeaderClassName
{
color: #EEBDC5;
}
.AnyTagClassName
{
color: #EEBDC5;
}
</style>
background-color css
<style>
a { background-color: #EEBDC5; }
a { background-color: rgb(238,189,197); }
div.DivClassName
{
background-color: #EEBDC5;
}
.BgClassName
{
background-color: #EEBDC5;
}
</style>
border-color css
<style>
span { border-color: #EEBDC5; }
span { border-color: rgb(238,189,197); }
td.TdClassName
{
border-color: #EEBDC5;
}
.TagClassName
{
border-color: #EEBDC5;
}
</style>