Shades of Wisteria #CEA8DC
Tints of Wisteria #CEA8DC
RGB
CMYK
RGB Variations
Color information
#CEA8DC (or 0xCEA8DC) is known color: Wisteria. HEX triplet: CE, A8 and DC. RGB value is (206,168,220). Sum of RGB (Red+Green+Blue) = 206+168+220=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DC is #315723. Grayscale: #B9B9B9. Windows color (decimal): -3233572 or 14461134. OLE color: 14461134.
HSL color Cylindrical-coordinate representation of color #CEA8DC: hue angle of 283.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA8DC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 168 | 220 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.14 |
| HSL | 283.85º | 0.43% | 0.76% | - |
| HSV(B) | 283.85º | 0.24% | 0.86% | - |
| XYZ | 52.37 | 46.29 | 73.89 | - |
| YUV | 185.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 220 | 0.06 | 0.24 | 0 | 0.14 | 283.85 | 0.43 | 0.76 |
| Hex | CE | A8 | DC | 6 | 18 | 0 | E | 11C | 2B | 4C |
| Octal | 316 | 250 | 334 | 6 | 30 | 0 | 16 | 434 | 53 | 114 |
| Binary | 11001110 | 10101000 | 11011100 | 110 | 11000 | 0 | 1110 | 100011100 | 101011 | 1001100 |
Color Harmonies of #CEA8DC
Complementary color
Monochromatic Colors of #CEA8DC
Black with #CEA8DC
Text Example
Text Example
White with #CEA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8DC; }
p { color: rgb(206,168,220); }
H1.HeaderClassName
{
color: #CEA8DC;
}
.AnyTagClassName
{
color: #CEA8DC;
}
</style>
background-color css
<style>
a { background-color: #CEA8DC; }
a { background-color: rgb(206,168,220); }
div.DivClassName
{
background-color: #CEA8DC;
}
.BgClassName
{
background-color: #CEA8DC;
}
</style>
border-color css
<style>
span { border-color: #CEA8DC; }
span { border-color: rgb(206,168,220); }
td.TdClassName
{
border-color: #CEA8DC;
}
.TagClassName
{
border-color: #CEA8DC;
}
</style>