Shades of Wisteria #CEA3EE
Tints of Wisteria #CEA3EE
RGB
CMYK
RGB Variations
Color information
#CEA3EE (or 0xCEA3EE) is known color: Wisteria. HEX triplet: CE, A3 and EE. RGB value is (206,163,238). Sum of RGB (Red+Green+Blue) = 206+163+238=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA3EE is #315C11. Grayscale: #B8B8B8. Windows color (decimal): -3234834 or 15639502. OLE color: 15639502.
HSL color Cylindrical-coordinate representation of color #CEA3EE: hue angle of 274.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA3EE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 163 | 238 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.07 |
| HSL | 274.4º | 0.69% | 0.79% | - |
| HSV(B) | 274.4º | 0.32% | 0.93% | - |
| XYZ | 53.98 | 45.49 | 86.82 | - |
| YUV | 184.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 238 | 0.13 | 0.32 | 0 | 0.07 | 274.4 | 0.69 | 0.79 |
| Hex | CE | A3 | EE | D | 20 | 0 | 7 | 112 | 45 | 4F |
| Octal | 316 | 243 | 356 | 15 | 40 | 0 | 7 | 422 | 105 | 117 |
| Binary | 11001110 | 10100011 | 11101110 | 1101 | 100000 | 0 | 111 | 100010010 | 1000101 | 1001111 |
Color Harmonies of #CEA3EE
Complementary color
Monochromatic Colors of #CEA3EE
Black with #CEA3EE
Text Example
Text Example
White with #CEA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3EE; }
p { color: rgb(206,163,238); }
H1.HeaderClassName
{
color: #CEA3EE;
}
.AnyTagClassName
{
color: #CEA3EE;
}
</style>
background-color css
<style>
a { background-color: #CEA3EE; }
a { background-color: rgb(206,163,238); }
div.DivClassName
{
background-color: #CEA3EE;
}
.BgClassName
{
background-color: #CEA3EE;
}
</style>
border-color css
<style>
span { border-color: #CEA3EE; }
span { border-color: rgb(206,163,238); }
td.TdClassName
{
border-color: #CEA3EE;
}
.TagClassName
{
border-color: #CEA3EE;
}
</style>