Shades of Wisteria #CEA8D8
Tints of Wisteria #CEA8D8
RGB
CMYK
RGB Variations
Color information
#CEA8D8 (or 0xCEA8D8) is known color: Wisteria. HEX triplet: CE, A8 and D8. RGB value is (206,168,216). Sum of RGB (Red+Green+Blue) = 206+168+216=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEA8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8D8 is #315727. Grayscale: #B8B8B8. Windows color (decimal): -3233576 or 14198990. OLE color: 14198990.
HSL color Cylindrical-coordinate representation of color #CEA8D8: hue angle of 287.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA8D8 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 168 | 216 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.15 |
| HSL | 287.5º | 0.38% | 0.75% | - |
| HSV(B) | 287.5º | 0.22% | 0.85% | - |
| XYZ | 51.85 | 46.08 | 71.13 | - |
| YUV | 184.83 | 145.59 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 216 | 0.05 | 0.22 | 0 | 0.15 | 287.5 | 0.38 | 0.75 |
| Hex | CE | A8 | D8 | 5 | 16 | 0 | F | 120 | 26 | 4B |
| Octal | 316 | 250 | 330 | 5 | 26 | 0 | 17 | 440 | 46 | 113 |
| Binary | 11001110 | 10101000 | 11011000 | 101 | 10110 | 0 | 1111 | 100100000 | 100110 | 1001011 |
Color Harmonies of #CEA8D8
Complementary color
Monochromatic Colors of #CEA8D8
Black with #CEA8D8
Text Example
Text Example
White with #CEA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8D8; }
p { color: rgb(206,168,216); }
H1.HeaderClassName
{
color: #CEA8D8;
}
.AnyTagClassName
{
color: #CEA8D8;
}
</style>
background-color css
<style>
a { background-color: #CEA8D8; }
a { background-color: rgb(206,168,216); }
div.DivClassName
{
background-color: #CEA8D8;
}
.BgClassName
{
background-color: #CEA8D8;
}
</style>
border-color css
<style>
span { border-color: #CEA8D8; }
span { border-color: rgb(206,168,216); }
td.TdClassName
{
border-color: #CEA8D8;
}
.TagClassName
{
border-color: #CEA8D8;
}
</style>