Shades of Wisteria #CEA2E9
Tints of Wisteria #CEA2E9
RGB
CMYK
RGB Variations
Color information
#CEA2E9 (or 0xCEA2E9) is known color: Wisteria. HEX triplet: CE, A2 and E9. RGB value is (206,162,233). Sum of RGB (Red+Green+Blue) = 206+162+233=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEA2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2E9 is #315D16. Grayscale: #B7B7B7. Windows color (decimal): -3235095 or 15311566. OLE color: 15311566.
HSL color Cylindrical-coordinate representation of color #CEA2E9: hue angle of 277.18º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA2E9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 162 | 233 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.09 |
| HSL | 277.18º | 0.62% | 0.77% | - |
| HSV(B) | 277.18º | 0.3% | 0.91% | - |
| XYZ | 53.08 | 44.85 | 82.95 | - |
| YUV | 183.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 233 | 0.12 | 0.30 | 0 | 0.09 | 277.18 | 0.62 | 0.77 |
| Hex | CE | A2 | E9 | C | 1E | 0 | 9 | 115 | 3E | 4D |
| Octal | 316 | 242 | 351 | 14 | 36 | 0 | 11 | 425 | 76 | 115 |
| Binary | 11001110 | 10100010 | 11101001 | 1100 | 11110 | 0 | 1001 | 100010101 | 111110 | 1001101 |
Color Harmonies of #CEA2E9
Complementary color
Monochromatic Colors of #CEA2E9
Black with #CEA2E9
Text Example
Text Example
White with #CEA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2E9; }
p { color: rgb(206,162,233); }
H1.HeaderClassName
{
color: #CEA2E9;
}
.AnyTagClassName
{
color: #CEA2E9;
}
</style>
background-color css
<style>
a { background-color: #CEA2E9; }
a { background-color: rgb(206,162,233); }
div.DivClassName
{
background-color: #CEA2E9;
}
.BgClassName
{
background-color: #CEA2E9;
}
</style>
border-color css
<style>
span { border-color: #CEA2E9; }
span { border-color: rgb(206,162,233); }
td.TdClassName
{
border-color: #CEA2E9;
}
.TagClassName
{
border-color: #CEA2E9;
}
</style>