Shades of Wisteria #CEA9DC
Tints of Wisteria #CEA9DC
RGB
CMYK
RGB Variations
Color information
#CEA9DC (or 0xCEA9DC) is known color: Wisteria. HEX triplet: CE, A9 and DC. RGB value is (206,169,220). Sum of RGB (Red+Green+Blue) = 206+169+220=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9DC is #315623. Grayscale: #B9B9B9. Windows color (decimal): -3233316 or 14461390. OLE color: 14461390.
HSL color Cylindrical-coordinate representation of color #CEA9DC: hue angle of 283.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA9DC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 169 | 220 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.14 |
| HSL | 283.53º | 0.42% | 0.76% | - |
| HSV(B) | 283.53º | 0.23% | 0.86% | - |
| XYZ | 52.56 | 46.67 | 73.95 | - |
| YUV | 185.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 220 | 0.06 | 0.23 | 0 | 0.14 | 283.53 | 0.42 | 0.76 |
| Hex | CE | A9 | DC | 6 | 17 | 0 | E | 11C | 2A | 4C |
| Octal | 316 | 251 | 334 | 6 | 27 | 0 | 16 | 434 | 52 | 114 |
| Binary | 11001110 | 10101001 | 11011100 | 110 | 10111 | 0 | 1110 | 100011100 | 101010 | 1001100 |
Color Harmonies of #CEA9DC
Complementary color
Monochromatic Colors of #CEA9DC
Black with #CEA9DC
Text Example
Text Example
White with #CEA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9DC; }
p { color: rgb(206,169,220); }
H1.HeaderClassName
{
color: #CEA9DC;
}
.AnyTagClassName
{
color: #CEA9DC;
}
</style>
background-color css
<style>
a { background-color: #CEA9DC; }
a { background-color: rgb(206,169,220); }
div.DivClassName
{
background-color: #CEA9DC;
}
.BgClassName
{
background-color: #CEA9DC;
}
</style>
border-color css
<style>
span { border-color: #CEA9DC; }
span { border-color: rgb(206,169,220); }
td.TdClassName
{
border-color: #CEA9DC;
}
.TagClassName
{
border-color: #CEA9DC;
}
</style>