Shades of Wisteria #CEA8EC
Tints of Wisteria #CEA8EC
RGB
CMYK
RGB Variations
Color information
#CEA8EC (or 0xCEA8EC) is known color: Wisteria. HEX triplet: CE, A8 and EC. RGB value is (206,168,236). Sum of RGB (Red+Green+Blue) = 206+168+236=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8EC is #315713. Grayscale: #BABABA. Windows color (decimal): -3233556 or 15509710. OLE color: 15509710.
HSL color Cylindrical-coordinate representation of color #CEA8EC: hue angle of 273.53º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA8EC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 168 | 236 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.07 |
| HSL | 273.53º | 0.64% | 0.79% | - |
| HSV(B) | 273.53º | 0.29% | 0.93% | - |
| XYZ | 54.6 | 47.18 | 85.59 | - |
| YUV | 187.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 236 | 0.13 | 0.29 | 0 | 0.07 | 273.53 | 0.64 | 0.79 |
| Hex | CE | A8 | EC | D | 1D | 0 | 7 | 112 | 40 | 4F |
| Octal | 316 | 250 | 354 | 15 | 35 | 0 | 7 | 422 | 100 | 117 |
| Binary | 11001110 | 10101000 | 11101100 | 1101 | 11101 | 0 | 111 | 100010010 | 1000000 | 1001111 |
Color Harmonies of #CEA8EC
Complementary color
Monochromatic Colors of #CEA8EC
Black with #CEA8EC
Text Example
Text Example
White with #CEA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8EC; }
p { color: rgb(206,168,236); }
H1.HeaderClassName
{
color: #CEA8EC;
}
.AnyTagClassName
{
color: #CEA8EC;
}
</style>
background-color css
<style>
a { background-color: #CEA8EC; }
a { background-color: rgb(206,168,236); }
div.DivClassName
{
background-color: #CEA8EC;
}
.BgClassName
{
background-color: #CEA8EC;
}
</style>
border-color css
<style>
span { border-color: #CEA8EC; }
span { border-color: rgb(206,168,236); }
td.TdClassName
{
border-color: #CEA8EC;
}
.TagClassName
{
border-color: #CEA8EC;
}
</style>