Shades of Wisteria #CEA2EB
Tints of Wisteria #CEA2EB
RGB
CMYK
RGB Variations
Color information
#CEA2EB (or 0xCEA2EB) is known color: Wisteria. HEX triplet: CE, A2 and EB. RGB value is (206,162,235). Sum of RGB (Red+Green+Blue) = 206+162+235=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2EB is #315D14. Grayscale: #B7B7B7. Windows color (decimal): -3235093 or 15442638. OLE color: 15442638.
HSL color Cylindrical-coordinate representation of color #CEA2EB: hue angle of 276.16º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA2EB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 162 | 235 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.08 |
| HSL | 276.16º | 0.65% | 0.78% | - |
| HSV(B) | 276.16º | 0.31% | 0.92% | - |
| XYZ | 53.37 | 44.96 | 84.46 | - |
| YUV | 183.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 235 | 0.12 | 0.31 | 0 | 0.08 | 276.16 | 0.65 | 0.78 |
| Hex | CE | A2 | EB | C | 1F | 0 | 8 | 114 | 41 | 4E |
| Octal | 316 | 242 | 353 | 14 | 37 | 0 | 10 | 424 | 101 | 116 |
| Binary | 11001110 | 10100010 | 11101011 | 1100 | 11111 | 0 | 1000 | 100010100 | 1000001 | 1001110 |
Color Harmonies of #CEA2EB
Complementary color
Monochromatic Colors of #CEA2EB
Black with #CEA2EB
Text Example
Text Example
White with #CEA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2EB; }
p { color: rgb(206,162,235); }
H1.HeaderClassName
{
color: #CEA2EB;
}
.AnyTagClassName
{
color: #CEA2EB;
}
</style>
background-color css
<style>
a { background-color: #CEA2EB; }
a { background-color: rgb(206,162,235); }
div.DivClassName
{
background-color: #CEA2EB;
}
.BgClassName
{
background-color: #CEA2EB;
}
</style>
border-color css
<style>
span { border-color: #CEA2EB; }
span { border-color: rgb(206,162,235); }
td.TdClassName
{
border-color: #CEA2EB;
}
.TagClassName
{
border-color: #CEA2EB;
}
</style>