Shades of Twilight #E6ADCB
Tints of Twilight #E6ADCB
RGB
CMYK
RGB Variations
Color information
#E6ADCB (or 0xE6ADCB) is known color: Twilight. HEX triplet: E6, AD and CB. RGB value is (230,173,203). Sum of RGB (Red+Green+Blue) = 230+173+203=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADCB is #195234. Grayscale: #C1C1C1. Windows color (decimal): -1659445 or 13348326. OLE color: 13348326.
HSL color Cylindrical-coordinate representation of color #E6ADCB: hue angle of 328.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADCB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 203 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.10 |
| HSL | 328.42º | 0.53% | 0.79% | - |
| HSV(B) | 328.42º | 0.25% | 0.9% | - |
| XYZ | 58.36 | 51.02 | 63.27 | - |
| YUV | 193.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 203 | 0 | 0.25 | 0.12 | 0.10 | 328.42 | 0.53 | 0.79 |
| Hex | E6 | AD | CB | 0 | 19 | C | A | 148 | 35 | 4F |
| Octal | 346 | 255 | 313 | 0 | 31 | 14 | 12 | 510 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11001011 | 0 | 11001 | 1100 | 1010 | 101001000 | 110101 | 1001111 |
Color Harmonies of #E6ADCB
Complementary color
Monochromatic Colors of #E6ADCB
Black with #E6ADCB
Text Example
Text Example
White with #E6ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADCB; }
p { color: rgb(230,173,203); }
H1.HeaderClassName
{
color: #E6ADCB;
}
.AnyTagClassName
{
color: #E6ADCB;
}
</style>
background-color css
<style>
a { background-color: #E6ADCB; }
a { background-color: rgb(230,173,203); }
div.DivClassName
{
background-color: #E6ADCB;
}
.BgClassName
{
background-color: #E6ADCB;
}
</style>
border-color css
<style>
span { border-color: #E6ADCB; }
span { border-color: rgb(230,173,203); }
td.TdClassName
{
border-color: #E6ADCB;
}
.TagClassName
{
border-color: #E6ADCB;
}
</style>