Shades of Wisteria #CEA8E5
Tints of Wisteria #CEA8E5
RGB
CMYK
RGB Variations
Color information
#CEA8E5 (or 0xCEA8E5) is known color: Wisteria. HEX triplet: CE, A8 and E5. RGB value is (206,168,229). Sum of RGB (Red+Green+Blue) = 206+168+229=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8E5 is #31571A. Grayscale: #BABABA. Windows color (decimal): -3233563 or 15050958. OLE color: 15050958.
HSL color Cylindrical-coordinate representation of color #CEA8E5: hue angle of 277.38º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA8E5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 168 | 229 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.10 |
| HSL | 277.38º | 0.54% | 0.78% | - |
| HSV(B) | 277.38º | 0.27% | 0.9% | - |
| XYZ | 53.6 | 46.78 | 80.33 | - |
| YUV | 186.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 229 | 0.10 | 0.27 | 0 | 0.10 | 277.38 | 0.54 | 0.78 |
| Hex | CE | A8 | E5 | A | 1B | 0 | A | 115 | 36 | 4E |
| Octal | 316 | 250 | 345 | 12 | 33 | 0 | 12 | 425 | 66 | 116 |
| Binary | 11001110 | 10101000 | 11100101 | 1010 | 11011 | 0 | 1010 | 100010101 | 110110 | 1001110 |
Color Harmonies of #CEA8E5
Complementary color
Monochromatic Colors of #CEA8E5
Black with #CEA8E5
Text Example
Text Example
White with #CEA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8E5; }
p { color: rgb(206,168,229); }
H1.HeaderClassName
{
color: #CEA8E5;
}
.AnyTagClassName
{
color: #CEA8E5;
}
</style>
background-color css
<style>
a { background-color: #CEA8E5; }
a { background-color: rgb(206,168,229); }
div.DivClassName
{
background-color: #CEA8E5;
}
.BgClassName
{
background-color: #CEA8E5;
}
</style>
border-color css
<style>
span { border-color: #CEA8E5; }
span { border-color: rgb(206,168,229); }
td.TdClassName
{
border-color: #CEA8E5;
}
.TagClassName
{
border-color: #CEA8E5;
}
</style>