Shades of Wisteria #CEA4EF
Tints of Wisteria #CEA4EF
RGB
CMYK
RGB Variations
Color information
#CEA4EF (or 0xCEA4EF) is known color: Wisteria. HEX triplet: CE, A4 and EF. RGB value is (206,164,239). Sum of RGB (Red+Green+Blue) = 206+164+239=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA4EF is #315B10. Grayscale: #B8B8B8. Windows color (decimal): -3234577 or 15705294. OLE color: 15705294.
HSL color Cylindrical-coordinate representation of color #CEA4EF: hue angle of 273.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEA4EF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 164 | 239 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.06 |
| HSL | 273.6º | 0.7% | 0.79% | - |
| HSV(B) | 273.6º | 0.31% | 0.94% | - |
| XYZ | 54.31 | 45.9 | 87.66 | - |
| YUV | 185.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 239 | 0.14 | 0.31 | 0 | 0.06 | 273.6 | 0.7 | 0.79 |
| Hex | CE | A4 | EF | E | 1F | 0 | 6 | 112 | 46 | 4F |
| Octal | 316 | 244 | 357 | 16 | 37 | 0 | 6 | 422 | 106 | 117 |
| Binary | 11001110 | 10100100 | 11101111 | 1110 | 11111 | 0 | 110 | 100010010 | 1000110 | 1001111 |
Color Harmonies of #CEA4EF
Complementary color
Monochromatic Colors of #CEA4EF
Black with #CEA4EF
Text Example
Text Example
White with #CEA4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4EF; }
p { color: rgb(206,164,239); }
H1.HeaderClassName
{
color: #CEA4EF;
}
.AnyTagClassName
{
color: #CEA4EF;
}
</style>
background-color css
<style>
a { background-color: #CEA4EF; }
a { background-color: rgb(206,164,239); }
div.DivClassName
{
background-color: #CEA4EF;
}
.BgClassName
{
background-color: #CEA4EF;
}
</style>
border-color css
<style>
span { border-color: #CEA4EF; }
span { border-color: rgb(206,164,239); }
td.TdClassName
{
border-color: #CEA4EF;
}
.TagClassName
{
border-color: #CEA4EF;
}
</style>