Shades of Wisteria #CEA3DE
Tints of Wisteria #CEA3DE
RGB
CMYK
RGB Variations
Color information
#CEA3DE (or 0xCEA3DE) is known color: Wisteria. HEX triplet: CE, A3 and DE. RGB value is (206,163,222). Sum of RGB (Red+Green+Blue) = 206+163+222=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3DE is #315C21. Grayscale: #B6B6B6. Windows color (decimal): -3234850 or 14590926. OLE color: 14590926.
HSL color Cylindrical-coordinate representation of color #CEA3DE: hue angle of 283.73º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA3DE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 163 | 222 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.13 |
| HSL | 283.73º | 0.47% | 0.75% | - |
| HSV(B) | 283.73º | 0.27% | 0.87% | - |
| XYZ | 51.74 | 44.59 | 74.99 | - |
| YUV | 182.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 222 | 0.07 | 0.27 | 0 | 0.13 | 283.73 | 0.47 | 0.75 |
| Hex | CE | A3 | DE | 7 | 1B | 0 | D | 11C | 2F | 4B |
| Octal | 316 | 243 | 336 | 7 | 33 | 0 | 15 | 434 | 57 | 113 |
| Binary | 11001110 | 10100011 | 11011110 | 111 | 11011 | 0 | 1101 | 100011100 | 101111 | 1001011 |
Color Harmonies of #CEA3DE
Complementary color
Monochromatic Colors of #CEA3DE
Black with #CEA3DE
Text Example
Text Example
White with #CEA3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3DE; }
p { color: rgb(206,163,222); }
H1.HeaderClassName
{
color: #CEA3DE;
}
.AnyTagClassName
{
color: #CEA3DE;
}
</style>
background-color css
<style>
a { background-color: #CEA3DE; }
a { background-color: rgb(206,163,222); }
div.DivClassName
{
background-color: #CEA3DE;
}
.BgClassName
{
background-color: #CEA3DE;
}
</style>
border-color css
<style>
span { border-color: #CEA3DE; }
span { border-color: rgb(206,163,222); }
td.TdClassName
{
border-color: #CEA3DE;
}
.TagClassName
{
border-color: #CEA3DE;
}
</style>