Shades of Wisteria #CEA9DB
Tints of Wisteria #CEA9DB
RGB
CMYK
RGB Variations
Color information
#CEA9DB (or 0xCEA9DB) is known color: Wisteria. HEX triplet: CE, A9 and DB. RGB value is (206,169,219). Sum of RGB (Red+Green+Blue) = 206+169+219=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9DB is #315624. Grayscale: #B9B9B9. Windows color (decimal): -3233317 or 14395854. OLE color: 14395854.
HSL color Cylindrical-coordinate representation of color #CEA9DB: hue angle of 284.4º degrees, saturation: 0.41, 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 #CEA9DB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 169 | 219 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.14 |
| HSL | 284.4º | 0.41% | 0.76% | - |
| HSV(B) | 284.4º | 0.23% | 0.86% | - |
| XYZ | 52.43 | 46.61 | 73.25 | - |
| YUV | 185.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 219 | 0.06 | 0.23 | 0 | 0.14 | 284.4 | 0.41 | 0.76 |
| Hex | CE | A9 | DB | 6 | 17 | 0 | E | 11C | 29 | 4C |
| Octal | 316 | 251 | 333 | 6 | 27 | 0 | 16 | 434 | 51 | 114 |
| Binary | 11001110 | 10101001 | 11011011 | 110 | 10111 | 0 | 1110 | 100011100 | 101001 | 1001100 |
Color Harmonies of #CEA9DB
Complementary color
Monochromatic Colors of #CEA9DB
Black with #CEA9DB
Text Example
Text Example
White with #CEA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9DB; }
p { color: rgb(206,169,219); }
H1.HeaderClassName
{
color: #CEA9DB;
}
.AnyTagClassName
{
color: #CEA9DB;
}
</style>
background-color css
<style>
a { background-color: #CEA9DB; }
a { background-color: rgb(206,169,219); }
div.DivClassName
{
background-color: #CEA9DB;
}
.BgClassName
{
background-color: #CEA9DB;
}
</style>
border-color css
<style>
span { border-color: #CEA9DB; }
span { border-color: rgb(206,169,219); }
td.TdClassName
{
border-color: #CEA9DB;
}
.TagClassName
{
border-color: #CEA9DB;
}
</style>