Shades of Twilight #E6C5DB
Tints of Twilight #E6C5DB
RGB
CMYK
RGB Variations
Color information
#E6C5DB (or 0xE6C5DB) is known color: Twilight. HEX triplet: E6, C5 and DB. RGB value is (230,197,219). Sum of RGB (Red+Green+Blue) = 230+197+219=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C5DB is #193A24. Grayscale: #D1D1D1. Windows color (decimal): -1653285 or 14403046. OLE color: 14403046.
HSL color Cylindrical-coordinate representation of color #E6C5DB: hue angle of 320º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C5DB is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 197 | 219 | - |
CMYK | 0 | 0.14 | 0.05 | 0.10 |
HSL | 320º | 0.4% | 0.84% | - |
HSV(B) | 320º | 0.14% | 0.9% | - |
XYZ | 65.39 | 61.87 | 75.51 | - |
YUV | 209.38 | 133.43 | 142.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 197 | 219 | 0 | 0.14 | 0.05 | 0.10 | 320 | 0.4 | 0.84 |
Hex | E6 | C5 | DB | 0 | E | 5 | A | 140 | 28 | 54 |
Octal | 346 | 305 | 333 | 0 | 16 | 5 | 12 | 500 | 50 | 124 |
Binary | 11100110 | 11000101 | 11011011 | 0 | 1110 | 101 | 1010 | 101000000 | 101000 | 1010100 |
Color Harmonies of #E6C5DB
Complementary color
Monochromatic Colors of #E6C5DB
Black with #E6C5DB
Text Example
Text Example
White with #E6C5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C5DB; }
p { color: rgb(230,197,219); }
H1.HeaderClassName
{
color: #E6C5DB;
}
.AnyTagClassName
{
color: #E6C5DB;
}
</style>
background-color css
<style>
a { background-color: #E6C5DB; }
a { background-color: rgb(230,197,219); }
div.DivClassName
{
background-color: #E6C5DB;
}
.BgClassName
{
background-color: #E6C5DB;
}
</style>
border-color css
<style>
span { border-color: #E6C5DB; }
span { border-color: rgb(230,197,219); }
td.TdClassName
{
border-color: #E6C5DB;
}
.TagClassName
{
border-color: #E6C5DB;
}
</style>