Shades of Wisteria #CEA2E7
Tints of Wisteria #CEA2E7
RGB
CMYK
RGB Variations
Color information
#CEA2E7 (or 0xCEA2E7) is known color: Wisteria. HEX triplet: CE, A2 and E7. RGB value is (206,162,231). Sum of RGB (Red+Green+Blue) = 206+162+231=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEA2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2E7 is #315D18. Grayscale: #B6B6B6. Windows color (decimal): -3235097 or 15180494. OLE color: 15180494.
HSL color Cylindrical-coordinate representation of color #CEA2E7: hue angle of 278.26º degrees, saturation: 0.59, 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 #CEA2E7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 162 | 231 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.09 |
| HSL | 278.26º | 0.59% | 0.77% | - |
| HSV(B) | 278.26º | 0.3% | 0.91% | - |
| XYZ | 52.8 | 44.73 | 81.45 | - |
| YUV | 183.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 231 | 0.11 | 0.30 | 0 | 0.09 | 278.26 | 0.59 | 0.77 |
| Hex | CE | A2 | E7 | B | 1E | 0 | 9 | 116 | 3B | 4D |
| Octal | 316 | 242 | 347 | 13 | 36 | 0 | 11 | 426 | 73 | 115 |
| Binary | 11001110 | 10100010 | 11100111 | 1011 | 11110 | 0 | 1001 | 100010110 | 111011 | 1001101 |
Color Harmonies of #CEA2E7
Complementary color
Monochromatic Colors of #CEA2E7
Black with #CEA2E7
Text Example
Text Example
White with #CEA2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2E7; }
p { color: rgb(206,162,231); }
H1.HeaderClassName
{
color: #CEA2E7;
}
.AnyTagClassName
{
color: #CEA2E7;
}
</style>
background-color css
<style>
a { background-color: #CEA2E7; }
a { background-color: rgb(206,162,231); }
div.DivClassName
{
background-color: #CEA2E7;
}
.BgClassName
{
background-color: #CEA2E7;
}
</style>
border-color css
<style>
span { border-color: #CEA2E7; }
span { border-color: rgb(206,162,231); }
td.TdClassName
{
border-color: #CEA2E7;
}
.TagClassName
{
border-color: #CEA2E7;
}
</style>