Shades of Twilight #E6C1D3
Tints of Twilight #E6C1D3
RGB
CMYK
RGB Variations
Color information
#E6C1D3 (or 0xE6C1D3) is known color: Twilight. HEX triplet: E6, C1 and D3. RGB value is (230,193,211). Sum of RGB (Red+Green+Blue) = 230+193+211=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C1D3 is #193E2C. Grayscale: #CECECE. Windows color (decimal): -1654317 or 13877734. OLE color: 13877734.
HSL color Cylindrical-coordinate representation of color #E6C1D3: hue angle of 330.81º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E6C1D3 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 211 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.10 |
| HSL | 330.81º | 0.43% | 0.83% | - |
| HSV(B) | 330.81º | 0.16% | 0.9% | - |
| XYZ | 63.46 | 59.67 | 69.8 | - |
| YUV | 206.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 211 | 0 | 0.16 | 0.08 | 0.10 | 330.81 | 0.43 | 0.83 |
| Hex | E6 | C1 | D3 | 0 | 10 | 8 | A | 14B | 2B | 53 |
| Octal | 346 | 301 | 323 | 0 | 20 | 10 | 12 | 513 | 53 | 123 |
| Binary | 11100110 | 11000001 | 11010011 | 0 | 10000 | 1000 | 1010 | 101001011 | 101011 | 1010011 |
Color Harmonies of #E6C1D3
Complementary color
Monochromatic Colors of #E6C1D3
Black with #E6C1D3
Text Example
Text Example
White with #E6C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C1D3; }
p { color: rgb(230,193,211); }
H1.HeaderClassName
{
color: #E6C1D3;
}
.AnyTagClassName
{
color: #E6C1D3;
}
</style>
background-color css
<style>
a { background-color: #E6C1D3; }
a { background-color: rgb(230,193,211); }
div.DivClassName
{
background-color: #E6C1D3;
}
.BgClassName
{
background-color: #E6C1D3;
}
</style>
border-color css
<style>
span { border-color: #E6C1D3; }
span { border-color: rgb(230,193,211); }
td.TdClassName
{
border-color: #E6C1D3;
}
.TagClassName
{
border-color: #E6C1D3;
}
</style>