Shades of Twilight #E6B9D3
Tints of Twilight #E6B9D3
RGB
CMYK
RGB Variations
Color information
#E6B9D3 (or 0xE6B9D3) is known color: Twilight. HEX triplet: E6, B9 and D3. RGB value is (230,185,211). Sum of RGB (Red+Green+Blue) = 230+185+211=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9D3 is #19462C. Grayscale: #C9C9C9. Windows color (decimal): -1656365 or 13875686. OLE color: 13875686.
HSL color Cylindrical-coordinate representation of color #E6B9D3: hue angle of 325.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9D3 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 211 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.10 |
| HSL | 325.33º | 0.47% | 0.81% | - |
| HSV(B) | 325.33º | 0.2% | 0.9% | - |
| XYZ | 61.74 | 56.22 | 69.23 | - |
| YUV | 201.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 211 | 0 | 0.20 | 0.08 | 0.10 | 325.33 | 0.47 | 0.81 |
| Hex | E6 | B9 | D3 | 0 | 14 | 8 | A | 145 | 2F | 51 |
| Octal | 346 | 271 | 323 | 0 | 24 | 10 | 12 | 505 | 57 | 121 |
| Binary | 11100110 | 10111001 | 11010011 | 0 | 10100 | 1000 | 1010 | 101000101 | 101111 | 1010001 |
Color Harmonies of #E6B9D3
Complementary color
Monochromatic Colors of #E6B9D3
Black with #E6B9D3
Text Example
Text Example
White with #E6B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9D3; }
p { color: rgb(230,185,211); }
H1.HeaderClassName
{
color: #E6B9D3;
}
.AnyTagClassName
{
color: #E6B9D3;
}
</style>
background-color css
<style>
a { background-color: #E6B9D3; }
a { background-color: rgb(230,185,211); }
div.DivClassName
{
background-color: #E6B9D3;
}
.BgClassName
{
background-color: #E6B9D3;
}
</style>
border-color css
<style>
span { border-color: #E6B9D3; }
span { border-color: rgb(230,185,211); }
td.TdClassName
{
border-color: #E6B9D3;
}
.TagClassName
{
border-color: #E6B9D3;
}
</style>