Shades of Wisteria #CE9CDB
Tints of Wisteria #CE9CDB
RGB
CMYK
RGB Variations
Color information
#CE9CDB (or 0xCE9CDB) is known color: Wisteria. HEX triplet: CE, 9C and DB. RGB value is (206,156,219). Sum of RGB (Red+Green+Blue) = 206+156+219=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CDB is #316324. Grayscale: #B1B1B1. Windows color (decimal): -3236645 or 14392526. OLE color: 14392526.
HSL color Cylindrical-coordinate representation of color #CE9CDB: hue angle of 287.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE9CDB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 156 | 219 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.14 |
| HSL | 287.62º | 0.47% | 0.74% | - |
| HSV(B) | 287.62º | 0.29% | 0.86% | - |
| XYZ | 50.13 | 42.01 | 72.49 | - |
| YUV | 178.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 219 | 0.06 | 0.29 | 0 | 0.14 | 287.62 | 0.47 | 0.74 |
| Hex | CE | 9C | DB | 6 | 1D | 0 | E | 120 | 2F | 4A |
| Octal | 316 | 234 | 333 | 6 | 35 | 0 | 16 | 440 | 57 | 112 |
| Binary | 11001110 | 10011100 | 11011011 | 110 | 11101 | 0 | 1110 | 100100000 | 101111 | 1001010 |
Color Harmonies of #CE9CDB
Complementary color
Monochromatic Colors of #CE9CDB
Black with #CE9CDB
Text Example
Text Example
White with #CE9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CDB; }
p { color: rgb(206,156,219); }
H1.HeaderClassName
{
color: #CE9CDB;
}
.AnyTagClassName
{
color: #CE9CDB;
}
</style>
background-color css
<style>
a { background-color: #CE9CDB; }
a { background-color: rgb(206,156,219); }
div.DivClassName
{
background-color: #CE9CDB;
}
.BgClassName
{
background-color: #CE9CDB;
}
</style>
border-color css
<style>
span { border-color: #CE9CDB; }
span { border-color: rgb(206,156,219); }
td.TdClassName
{
border-color: #CE9CDB;
}
.TagClassName
{
border-color: #CE9CDB;
}
</style>