Shades of Wisteria #CEA5DD
Tints of Wisteria #CEA5DD
RGB
CMYK
RGB Variations
Color information
#CEA5DD (or 0xCEA5DD) is known color: Wisteria. HEX triplet: CE, A5 and DD. RGB value is (206,165,221). Sum of RGB (Red+Green+Blue) = 206+165+221=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5DD is #315A22. Grayscale: #B7B7B7. Windows color (decimal): -3234339 or 14525902. OLE color: 14525902.
HSL color Cylindrical-coordinate representation of color #CEA5DD: hue angle of 283.93º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA5DD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 165 | 221 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.13 |
| HSL | 283.93º | 0.45% | 0.76% | - |
| HSV(B) | 283.93º | 0.25% | 0.87% | - |
| XYZ | 51.96 | 45.25 | 74.4 | - |
| YUV | 183.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 221 | 0.07 | 0.25 | 0 | 0.13 | 283.93 | 0.45 | 0.76 |
| Hex | CE | A5 | DD | 7 | 19 | 0 | D | 11C | 2D | 4C |
| Octal | 316 | 245 | 335 | 7 | 31 | 0 | 15 | 434 | 55 | 114 |
| Binary | 11001110 | 10100101 | 11011101 | 111 | 11001 | 0 | 1101 | 100011100 | 101101 | 1001100 |
Color Harmonies of #CEA5DD
Complementary color
Monochromatic Colors of #CEA5DD
Black with #CEA5DD
Text Example
Text Example
White with #CEA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5DD; }
p { color: rgb(206,165,221); }
H1.HeaderClassName
{
color: #CEA5DD;
}
.AnyTagClassName
{
color: #CEA5DD;
}
</style>
background-color css
<style>
a { background-color: #CEA5DD; }
a { background-color: rgb(206,165,221); }
div.DivClassName
{
background-color: #CEA5DD;
}
.BgClassName
{
background-color: #CEA5DD;
}
</style>
border-color css
<style>
span { border-color: #CEA5DD; }
span { border-color: rgb(206,165,221); }
td.TdClassName
{
border-color: #CEA5DD;
}
.TagClassName
{
border-color: #CEA5DD;
}
</style>