Shades of Wisteria #CE9EDF
Tints of Wisteria #CE9EDF
RGB
CMYK
RGB Variations
Color information
#CE9EDF (or 0xCE9EDF) is known color: Wisteria. HEX triplet: CE, 9E and DF. RGB value is (206,158,223). Sum of RGB (Red+Green+Blue) = 206+158+223=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EDF is #316120. Grayscale: #B3B3B3. Windows color (decimal): -3236129 or 14655182. OLE color: 14655182.
HSL color Cylindrical-coordinate representation of color #CE9EDF: hue angle of 284.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9EDF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 158 | 223 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.13 |
| HSL | 284.31º | 0.5% | 0.75% | - |
| HSV(B) | 284.31º | 0.29% | 0.87% | - |
| XYZ | 51 | 42.9 | 75.41 | - |
| YUV | 179.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 223 | 0.08 | 0.29 | 0 | 0.13 | 284.31 | 0.5 | 0.75 |
| Hex | CE | 9E | DF | 8 | 1D | 0 | D | 11C | 32 | 4B |
| Octal | 316 | 236 | 337 | 10 | 35 | 0 | 15 | 434 | 62 | 113 |
| Binary | 11001110 | 10011110 | 11011111 | 1000 | 11101 | 0 | 1101 | 100011100 | 110010 | 1001011 |
Color Harmonies of #CE9EDF
Complementary color
Monochromatic Colors of #CE9EDF
Black with #CE9EDF
Text Example
Text Example
White with #CE9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9EDF; }
p { color: rgb(206,158,223); }
H1.HeaderClassName
{
color: #CE9EDF;
}
.AnyTagClassName
{
color: #CE9EDF;
}
</style>
background-color css
<style>
a { background-color: #CE9EDF; }
a { background-color: rgb(206,158,223); }
div.DivClassName
{
background-color: #CE9EDF;
}
.BgClassName
{
background-color: #CE9EDF;
}
</style>
border-color css
<style>
span { border-color: #CE9EDF; }
span { border-color: rgb(206,158,223); }
td.TdClassName
{
border-color: #CE9EDF;
}
.TagClassName
{
border-color: #CE9EDF;
}
</style>