Shades of Wisteria #CEA8D7
Tints of Wisteria #CEA8D7
RGB
CMYK
RGB Variations
Color information
#CEA8D7 (or 0xCEA8D7) is known color: Wisteria. HEX triplet: CE, A8 and D7. RGB value is (206,168,215). Sum of RGB (Red+Green+Blue) = 206+168+215=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D7 is #315728. Grayscale: #B8B8B8. Windows color (decimal): -3233577 or 14133454. OLE color: 14133454.
HSL color Cylindrical-coordinate representation of color #CEA8D7: hue angle of 288.51º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA8D7 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 168 | 215 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.16 |
| HSL | 288.51º | 0.37% | 0.75% | - |
| HSV(B) | 288.51º | 0.22% | 0.84% | - |
| XYZ | 51.72 | 46.03 | 70.45 | - |
| YUV | 184.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 215 | 0.04 | 0.22 | 0 | 0.16 | 288.51 | 0.37 | 0.75 |
| Hex | CE | A8 | D7 | 4 | 16 | 0 | 10 | 121 | 25 | 4B |
| Octal | 316 | 250 | 327 | 4 | 26 | 0 | 20 | 441 | 45 | 113 |
| Binary | 11001110 | 10101000 | 11010111 | 100 | 10110 | 0 | 10000 | 100100001 | 100101 | 1001011 |
Color Harmonies of #CEA8D7
Complementary color
Monochromatic Colors of #CEA8D7
Black with #CEA8D7
Text Example
Text Example
White with #CEA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8D7; }
p { color: rgb(206,168,215); }
H1.HeaderClassName
{
color: #CEA8D7;
}
.AnyTagClassName
{
color: #CEA8D7;
}
</style>
background-color css
<style>
a { background-color: #CEA8D7; }
a { background-color: rgb(206,168,215); }
div.DivClassName
{
background-color: #CEA8D7;
}
.BgClassName
{
background-color: #CEA8D7;
}
</style>
border-color css
<style>
span { border-color: #CEA8D7; }
span { border-color: rgb(206,168,215); }
td.TdClassName
{
border-color: #CEA8D7;
}
.TagClassName
{
border-color: #CEA8D7;
}
</style>