Shades of Wisteria #CEACE5
Tints of Wisteria #CEACE5
RGB
CMYK
RGB Variations
Color information
#CEACE5 (or 0xCEACE5) is known color: Wisteria. HEX triplet: CE, AC and E5. RGB value is (206,172,229). Sum of RGB (Red+Green+Blue) = 206+172+229=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACE5 is #31531A. Grayscale: #BCBCBC. Windows color (decimal): -3232539 or 15051982. OLE color: 15051982.
HSL color Cylindrical-coordinate representation of color #CEACE5: hue angle of 275.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEACE5 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 172 | 229 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.10 |
| HSL | 275.79º | 0.52% | 0.79% | - |
| HSV(B) | 275.79º | 0.25% | 0.9% | - |
| XYZ | 54.35 | 48.28 | 80.58 | - |
| YUV | 188.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 229 | 0.10 | 0.25 | 0 | 0.10 | 275.79 | 0.52 | 0.79 |
| Hex | CE | AC | E5 | A | 19 | 0 | A | 114 | 34 | 4F |
| Octal | 316 | 254 | 345 | 12 | 31 | 0 | 12 | 424 | 64 | 117 |
| Binary | 11001110 | 10101100 | 11100101 | 1010 | 11001 | 0 | 1010 | 100010100 | 110100 | 1001111 |
Color Harmonies of #CEACE5
Complementary color
Monochromatic Colors of #CEACE5
Black with #CEACE5
Text Example
Text Example
White with #CEACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACE5; }
p { color: rgb(206,172,229); }
H1.HeaderClassName
{
color: #CEACE5;
}
.AnyTagClassName
{
color: #CEACE5;
}
</style>
background-color css
<style>
a { background-color: #CEACE5; }
a { background-color: rgb(206,172,229); }
div.DivClassName
{
background-color: #CEACE5;
}
.BgClassName
{
background-color: #CEACE5;
}
</style>
border-color css
<style>
span { border-color: #CEACE5; }
span { border-color: rgb(206,172,229); }
td.TdClassName
{
border-color: #CEACE5;
}
.TagClassName
{
border-color: #CEACE5;
}
</style>