Shades of Twilight #E6BBD0
Tints of Twilight #E6BBD0
RGB
CMYK
RGB Variations
Color information
#E6BBD0 (or 0xE6BBD0) is known color: Twilight. HEX triplet: E6, BB and D0. RGB value is (230,187,208). Sum of RGB (Red+Green+Blue) = 230+187+208=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBD0 is #19442F. Grayscale: #CACACA. Windows color (decimal): -1655856 or 13679590. OLE color: 13679590.
HSL color Cylindrical-coordinate representation of color #E6BBD0: hue angle of 330.7º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BBD0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 208 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.10 |
| HSL | 330.7º | 0.46% | 0.82% | - |
| HSV(B) | 330.7º | 0.19% | 0.9% | - |
| XYZ | 61.79 | 56.92 | 67.4 | - |
| YUV | 202.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 208 | 0 | 0.19 | 0.10 | 0.10 | 330.7 | 0.46 | 0.82 |
| Hex | E6 | BB | D0 | 0 | 13 | A | A | 14B | 2E | 52 |
| Octal | 346 | 273 | 320 | 0 | 23 | 12 | 12 | 513 | 56 | 122 |
| Binary | 11100110 | 10111011 | 11010000 | 0 | 10011 | 1010 | 1010 | 101001011 | 101110 | 1010010 |
Color Harmonies of #E6BBD0
Complementary color
Monochromatic Colors of #E6BBD0
Black with #E6BBD0
Text Example
Text Example
White with #E6BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBD0; }
p { color: rgb(230,187,208); }
H1.HeaderClassName
{
color: #E6BBD0;
}
.AnyTagClassName
{
color: #E6BBD0;
}
</style>
background-color css
<style>
a { background-color: #E6BBD0; }
a { background-color: rgb(230,187,208); }
div.DivClassName
{
background-color: #E6BBD0;
}
.BgClassName
{
background-color: #E6BBD0;
}
</style>
border-color css
<style>
span { border-color: #E6BBD0; }
span { border-color: rgb(230,187,208); }
td.TdClassName
{
border-color: #E6BBD0;
}
.TagClassName
{
border-color: #E6BBD0;
}
</style>