Shades of Chantilly #EEC2D1
Tints of Chantilly #EEC2D1
RGB
CMYK
RGB Variations
Color information
#EEC2D1 (or 0xEEC2D1) is known color: Chantilly. HEX triplet: EE, C2 and D1. RGB value is (238,194,209). Sum of RGB (Red+Green+Blue) = 238+194+209=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 194 (76.17% from 255 or 30.27% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2D1 is #113D2E. Grayscale: #D0D0D0. Windows color (decimal): -1129775 or 13746926. OLE color: 13746926.
HSL color Cylindrical-coordinate representation of color #EEC2D1: hue angle of 339.55º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2D1 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 194 | 209 | - |
CMYK | 0 | 0.18 | 0.12 | 0.07 |
HSL | 339.55º | 0.56% | 0.85% | - |
HSV(B) | 339.55º | 0.18% | 0.93% | - |
XYZ | 66.06 | 61.36 | 68.68 | - |
YUV | 208.87 | 128.08 | 148.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 194 | 209 | 0 | 0.18 | 0.12 | 0.07 | 339.55 | 0.56 | 0.85 |
Hex | EE | C2 | D1 | 0 | 12 | C | 7 | 154 | 38 | 55 |
Octal | 356 | 302 | 321 | 0 | 22 | 14 | 7 | 524 | 70 | 125 |
Binary | 11101110 | 11000010 | 11010001 | 0 | 10010 | 1100 | 111 | 101010100 | 111000 | 1010101 |
Color Harmonies of #EEC2D1
Complementary color
Monochromatic Colors of #EEC2D1
Black with #EEC2D1
Text Example
Text Example
White with #EEC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2D1; }
p { color: rgb(238,194,209); }
H1.HeaderClassName
{
color: #EEC2D1;
}
.AnyTagClassName
{
color: #EEC2D1;
}
</style>
background-color css
<style>
a { background-color: #EEC2D1; }
a { background-color: rgb(238,194,209); }
div.DivClassName
{
background-color: #EEC2D1;
}
.BgClassName
{
background-color: #EEC2D1;
}
</style>
border-color css
<style>
span { border-color: #EEC2D1; }
span { border-color: rgb(238,194,209); }
td.TdClassName
{
border-color: #EEC2D1;
}
.TagClassName
{
border-color: #EEC2D1;
}
</style>