Shades of Wisteria #CEA2ED
Tints of Wisteria #CEA2ED
RGB
CMYK
RGB Variations
Color information
#CEA2ED (or 0xCEA2ED) is known color: Wisteria. HEX triplet: CE, A2 and ED. RGB value is (206,162,237). Sum of RGB (Red+Green+Blue) = 206+162+237=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2ED is #315D12. Grayscale: #B7B7B7. Windows color (decimal): -3235091 or 15573710. OLE color: 15573710.
HSL color Cylindrical-coordinate representation of color #CEA2ED: hue angle of 275.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA2ED is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 162 | 237 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.07 |
| HSL | 275.2º | 0.68% | 0.78% | - |
| HSV(B) | 275.2º | 0.32% | 0.93% | - |
| XYZ | 53.66 | 45.08 | 85.99 | - |
| YUV | 183.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 237 | 0.13 | 0.32 | 0 | 0.07 | 275.2 | 0.68 | 0.78 |
| Hex | CE | A2 | ED | D | 20 | 0 | 7 | 113 | 44 | 4E |
| Octal | 316 | 242 | 355 | 15 | 40 | 0 | 7 | 423 | 104 | 116 |
| Binary | 11001110 | 10100010 | 11101101 | 1101 | 100000 | 0 | 111 | 100010011 | 1000100 | 1001110 |
Color Harmonies of #CEA2ED
Complementary color
Monochromatic Colors of #CEA2ED
Black with #CEA2ED
Text Example
Text Example
White with #CEA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2ED; }
p { color: rgb(206,162,237); }
H1.HeaderClassName
{
color: #CEA2ED;
}
.AnyTagClassName
{
color: #CEA2ED;
}
</style>
background-color css
<style>
a { background-color: #CEA2ED; }
a { background-color: rgb(206,162,237); }
div.DivClassName
{
background-color: #CEA2ED;
}
.BgClassName
{
background-color: #CEA2ED;
}
</style>
border-color css
<style>
span { border-color: #CEA2ED; }
span { border-color: rgb(206,162,237); }
td.TdClassName
{
border-color: #CEA2ED;
}
.TagClassName
{
border-color: #CEA2ED;
}
</style>