Shades of Wisteria #CEA5DB
Tints of Wisteria #CEA5DB
RGB
CMYK
RGB Variations
Color information
#CEA5DB (or 0xCEA5DB) is known color: Wisteria. HEX triplet: CE, A5 and DB. RGB value is (206,165,219). Sum of RGB (Red+Green+Blue) = 206+165+219=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5DB is #315A24. Grayscale: #B7B7B7. Windows color (decimal): -3234341 or 14394830. OLE color: 14394830.
HSL color Cylindrical-coordinate representation of color #CEA5DB: hue angle of 285.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA5DB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 165 | 219 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.14 |
| HSL | 285.56º | 0.43% | 0.75% | - |
| HSV(B) | 285.56º | 0.25% | 0.86% | - |
| XYZ | 51.69 | 45.15 | 73.01 | - |
| YUV | 183.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 219 | 0.06 | 0.25 | 0 | 0.14 | 285.56 | 0.43 | 0.75 |
| Hex | CE | A5 | DB | 6 | 19 | 0 | E | 11E | 2B | 4B |
| Octal | 316 | 245 | 333 | 6 | 31 | 0 | 16 | 436 | 53 | 113 |
| Binary | 11001110 | 10100101 | 11011011 | 110 | 11001 | 0 | 1110 | 100011110 | 101011 | 1001011 |
Color Harmonies of #CEA5DB
Complementary color
Monochromatic Colors of #CEA5DB
Black with #CEA5DB
Text Example
Text Example
White with #CEA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5DB; }
p { color: rgb(206,165,219); }
H1.HeaderClassName
{
color: #CEA5DB;
}
.AnyTagClassName
{
color: #CEA5DB;
}
</style>
background-color css
<style>
a { background-color: #CEA5DB; }
a { background-color: rgb(206,165,219); }
div.DivClassName
{
background-color: #CEA5DB;
}
.BgClassName
{
background-color: #CEA5DB;
}
</style>
border-color css
<style>
span { border-color: #CEA5DB; }
span { border-color: rgb(206,165,219); }
td.TdClassName
{
border-color: #CEA5DB;
}
.TagClassName
{
border-color: #CEA5DB;
}
</style>