Shades of Wisteria #CEA1EF
Tints of Wisteria #CEA1EF
RGB
CMYK
RGB Variations
Color information
#CEA1EF (or 0xCEA1EF) is known color: Wisteria. HEX triplet: CE, A1 and EF. RGB value is (206,161,239). Sum of RGB (Red+Green+Blue) = 206+161+239=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEA1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1EF is #315E10. Grayscale: #B7B7B7. Windows color (decimal): -3235345 or 15704526. OLE color: 15704526.
HSL color Cylindrical-coordinate representation of color #CEA1EF: hue angle of 274.62º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEA1EF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 161 | 239 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.06 |
| HSL | 274.62º | 0.71% | 0.78% | - |
| HSV(B) | 274.62º | 0.33% | 0.94% | - |
| XYZ | 53.78 | 44.84 | 87.48 | - |
| YUV | 183.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 239 | 0.14 | 0.33 | 0 | 0.06 | 274.62 | 0.71 | 0.78 |
| Hex | CE | A1 | EF | E | 21 | 0 | 6 | 113 | 47 | 4E |
| Octal | 316 | 241 | 357 | 16 | 41 | 0 | 6 | 423 | 107 | 116 |
| Binary | 11001110 | 10100001 | 11101111 | 1110 | 100001 | 0 | 110 | 100010011 | 1000111 | 1001110 |
Color Harmonies of #CEA1EF
Complementary color
Monochromatic Colors of #CEA1EF
Black with #CEA1EF
Text Example
Text Example
White with #CEA1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1EF; }
p { color: rgb(206,161,239); }
H1.HeaderClassName
{
color: #CEA1EF;
}
.AnyTagClassName
{
color: #CEA1EF;
}
</style>
background-color css
<style>
a { background-color: #CEA1EF; }
a { background-color: rgb(206,161,239); }
div.DivClassName
{
background-color: #CEA1EF;
}
.BgClassName
{
background-color: #CEA1EF;
}
</style>
border-color css
<style>
span { border-color: #CEA1EF; }
span { border-color: rgb(206,161,239); }
td.TdClassName
{
border-color: #CEA1EF;
}
.TagClassName
{
border-color: #CEA1EF;
}
</style>