Shades of Wisteria #CEA2DB
Tints of Wisteria #CEA2DB
RGB
CMYK
RGB Variations
Color information
#CEA2DB (or 0xCEA2DB) is known color: Wisteria. HEX triplet: CE, A2 and DB. RGB value is (206,162,219). Sum of RGB (Red+Green+Blue) = 206+162+219=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2DB is #315D24. Grayscale: #B5B5B5. Windows color (decimal): -3235109 or 14394062. OLE color: 14394062.
HSL color Cylindrical-coordinate representation of color #CEA2DB: hue angle of 286.32º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA2DB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 162 | 219 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.14 |
| HSL | 286.32º | 0.44% | 0.75% | - |
| HSV(B) | 286.32º | 0.26% | 0.86% | - |
| XYZ | 51.16 | 44.08 | 72.83 | - |
| YUV | 181.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 219 | 0.06 | 0.26 | 0 | 0.14 | 286.32 | 0.44 | 0.75 |
| Hex | CE | A2 | DB | 6 | 1A | 0 | E | 11E | 2C | 4B |
| Octal | 316 | 242 | 333 | 6 | 32 | 0 | 16 | 436 | 54 | 113 |
| Binary | 11001110 | 10100010 | 11011011 | 110 | 11010 | 0 | 1110 | 100011110 | 101100 | 1001011 |
Color Harmonies of #CEA2DB
Complementary color
Monochromatic Colors of #CEA2DB
Black with #CEA2DB
Text Example
Text Example
White with #CEA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2DB; }
p { color: rgb(206,162,219); }
H1.HeaderClassName
{
color: #CEA2DB;
}
.AnyTagClassName
{
color: #CEA2DB;
}
</style>
background-color css
<style>
a { background-color: #CEA2DB; }
a { background-color: rgb(206,162,219); }
div.DivClassName
{
background-color: #CEA2DB;
}
.BgClassName
{
background-color: #CEA2DB;
}
</style>
border-color css
<style>
span { border-color: #CEA2DB; }
span { border-color: rgb(206,162,219); }
td.TdClassName
{
border-color: #CEA2DB;
}
.TagClassName
{
border-color: #CEA2DB;
}
</style>