Shades of Wisteria #D18EEF
Tints of Wisteria #D18EEF
RGB
CMYK
RGB Variations
Color information
#D18EEF (or 0xD18EEF) is known color: Wisteria. HEX triplet: D1, 8E and EF. RGB value is (209,142,239). Sum of RGB (Red+Green+Blue) = 209+142+239=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #D18EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EEF is #2E7110. Grayscale: #ACACAC. Windows color (decimal): -3043601 or 15699665. OLE color: 15699665.
HSL color Cylindrical-coordinate representation of color #D18EEF: hue angle of 281.44º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18EEF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 142 | 239 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.06 |
| HSL | 281.44º | 0.75% | 0.75% | - |
| HSV(B) | 281.44º | 0.41% | 0.94% | - |
| XYZ | 51.55 | 39.13 | 86.5 | - |
| YUV | 173.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 142 | 239 | 0.13 | 0.41 | 0 | 0.06 | 281.44 | 0.75 | 0.75 |
| Hex | D1 | 8E | EF | D | 29 | 0 | 6 | 119 | 4B | 4B |
| Octal | 321 | 216 | 357 | 15 | 51 | 0 | 6 | 431 | 113 | 113 |
| Binary | 11010001 | 10001110 | 11101111 | 1101 | 101001 | 0 | 110 | 100011001 | 1001011 | 1001011 |
Color Harmonies of #D18EEF
Complementary color
Monochromatic Colors of #D18EEF
Black with #D18EEF
Text Example
Text Example
White with #D18EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18EEF; }
p { color: rgb(209,142,239); }
H1.HeaderClassName
{
color: #D18EEF;
}
.AnyTagClassName
{
color: #D18EEF;
}
</style>
background-color css
<style>
a { background-color: #D18EEF; }
a { background-color: rgb(209,142,239); }
div.DivClassName
{
background-color: #D18EEF;
}
.BgClassName
{
background-color: #D18EEF;
}
</style>
border-color css
<style>
span { border-color: #D18EEF; }
span { border-color: rgb(209,142,239); }
td.TdClassName
{
border-color: #D18EEF;
}
.TagClassName
{
border-color: #D18EEF;
}
</style>