Shades of Wisteria #CEA8DA
Tints of Wisteria #CEA8DA
RGB
CMYK
RGB Variations
Color information
#CEA8DA (or 0xCEA8DA) is known color: Wisteria. HEX triplet: CE, A8 and DA. RGB value is (206,168,218). Sum of RGB (Red+Green+Blue) = 206+168+218=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DA is #315725. Grayscale: #B8B8B8. Windows color (decimal): -3233574 or 14330062. OLE color: 14330062.
HSL color Cylindrical-coordinate representation of color #CEA8DA: hue angle of 285.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA8DA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 168 | 218 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.15 |
| HSL | 285.6º | 0.4% | 0.76% | - |
| HSV(B) | 285.6º | 0.23% | 0.85% | - |
| XYZ | 52.11 | 46.19 | 72.5 | - |
| YUV | 185.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 218 | 0.06 | 0.23 | 0 | 0.15 | 285.6 | 0.4 | 0.76 |
| Hex | CE | A8 | DA | 6 | 17 | 0 | F | 11E | 28 | 4C |
| Octal | 316 | 250 | 332 | 6 | 27 | 0 | 17 | 436 | 50 | 114 |
| Binary | 11001110 | 10101000 | 11011010 | 110 | 10111 | 0 | 1111 | 100011110 | 101000 | 1001100 |
Color Harmonies of #CEA8DA
Complementary color
Monochromatic Colors of #CEA8DA
Black with #CEA8DA
Text Example
Text Example
White with #CEA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8DA; }
p { color: rgb(206,168,218); }
H1.HeaderClassName
{
color: #CEA8DA;
}
.AnyTagClassName
{
color: #CEA8DA;
}
</style>
background-color css
<style>
a { background-color: #CEA8DA; }
a { background-color: rgb(206,168,218); }
div.DivClassName
{
background-color: #CEA8DA;
}
.BgClassName
{
background-color: #CEA8DA;
}
</style>
border-color css
<style>
span { border-color: #CEA8DA; }
span { border-color: rgb(206,168,218); }
td.TdClassName
{
border-color: #CEA8DA;
}
.TagClassName
{
border-color: #CEA8DA;
}
</style>