Shades of Wisteria #CE9AE8
Tints of Wisteria #CE9AE8
RGB
CMYK
RGB Variations
Color information
#CE9AE8 (or 0xCE9AE8) is known color: Wisteria. HEX triplet: CE, 9A and E8. RGB value is (206,154,232). Sum of RGB (Red+Green+Blue) = 206+154+232=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE9AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AE8 is #316517. Grayscale: #B2B2B2. Windows color (decimal): -3237144 or 15243982. OLE color: 15243982.
HSL color Cylindrical-coordinate representation of color #CE9AE8: hue angle of 280º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9AE8 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 154 | 232 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.09 |
| HSL | 280º | 0.63% | 0.76% | - |
| HSV(B) | 280º | 0.34% | 0.91% | - |
| XYZ | 51.57 | 42.06 | 81.74 | - |
| YUV | 178.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 232 | 0.11 | 0.34 | 0 | 0.09 | 280 | 0.63 | 0.76 |
| Hex | CE | 9A | E8 | B | 22 | 0 | 9 | 118 | 3F | 4C |
| Octal | 316 | 232 | 350 | 13 | 42 | 0 | 11 | 430 | 77 | 114 |
| Binary | 11001110 | 10011010 | 11101000 | 1011 | 100010 | 0 | 1001 | 100011000 | 111111 | 1001100 |
Color Harmonies of #CE9AE8
Complementary color
Monochromatic Colors of #CE9AE8
Black with #CE9AE8
Text Example
Text Example
White with #CE9AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AE8; }
p { color: rgb(206,154,232); }
H1.HeaderClassName
{
color: #CE9AE8;
}
.AnyTagClassName
{
color: #CE9AE8;
}
</style>
background-color css
<style>
a { background-color: #CE9AE8; }
a { background-color: rgb(206,154,232); }
div.DivClassName
{
background-color: #CE9AE8;
}
.BgClassName
{
background-color: #CE9AE8;
}
</style>
border-color css
<style>
span { border-color: #CE9AE8; }
span { border-color: rgb(206,154,232); }
td.TdClassName
{
border-color: #CE9AE8;
}
.TagClassName
{
border-color: #CE9AE8;
}
</style>