Shades of Wisteria #CEA8DD
Tints of Wisteria #CEA8DD
RGB
CMYK
RGB Variations
Color information
#CEA8DD (or 0xCEA8DD) is known color: Wisteria. HEX triplet: CE, A8 and DD. RGB value is (206,168,221). Sum of RGB (Red+Green+Blue) = 206+168+221=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8DD is #315722. Grayscale: #B9B9B9. Windows color (decimal): -3233571 or 14526670. OLE color: 14526670.
HSL color Cylindrical-coordinate representation of color #CEA8DD: hue angle of 283.02º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA8DD is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 168 | 221 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.13 |
| HSL | 283.02º | 0.44% | 0.76% | - |
| HSV(B) | 283.02º | 0.24% | 0.87% | - |
| XYZ | 52.51 | 46.35 | 74.59 | - |
| YUV | 185.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 221 | 0.07 | 0.24 | 0 | 0.13 | 283.02 | 0.44 | 0.76 |
| Hex | CE | A8 | DD | 7 | 18 | 0 | D | 11B | 2C | 4C |
| Octal | 316 | 250 | 335 | 7 | 30 | 0 | 15 | 433 | 54 | 114 |
| Binary | 11001110 | 10101000 | 11011101 | 111 | 11000 | 0 | 1101 | 100011011 | 101100 | 1001100 |
Color Harmonies of #CEA8DD
Complementary color
Monochromatic Colors of #CEA8DD
Black with #CEA8DD
Text Example
Text Example
White with #CEA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8DD; }
p { color: rgb(206,168,221); }
H1.HeaderClassName
{
color: #CEA8DD;
}
.AnyTagClassName
{
color: #CEA8DD;
}
</style>
background-color css
<style>
a { background-color: #CEA8DD; }
a { background-color: rgb(206,168,221); }
div.DivClassName
{
background-color: #CEA8DD;
}
.BgClassName
{
background-color: #CEA8DD;
}
</style>
border-color css
<style>
span { border-color: #CEA8DD; }
span { border-color: rgb(206,168,221); }
td.TdClassName
{
border-color: #CEA8DD;
}
.TagClassName
{
border-color: #CEA8DD;
}
</style>