Shades of Wisteria #CEACE0
Tints of Wisteria #CEACE0
RGB
CMYK
RGB Variations
Color information
#CEACE0 (or 0xCEACE0) is known color: Wisteria. HEX triplet: CE, AC and E0. RGB value is (206,172,224). Sum of RGB (Red+Green+Blue) = 206+172+224=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACE0 is #31531F. Grayscale: #BBBBBB. Windows color (decimal): -3232544 or 14724302. OLE color: 14724302.
HSL color Cylindrical-coordinate representation of color #CEACE0: hue angle of 279.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEACE0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 172 | 224 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.12 |
| HSL | 279.23º | 0.46% | 0.78% | - |
| HSV(B) | 279.23º | 0.23% | 0.88% | - |
| XYZ | 53.66 | 48.01 | 76.96 | - |
| YUV | 188.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 224 | 0.08 | 0.23 | 0 | 0.12 | 279.23 | 0.46 | 0.78 |
| Hex | CE | AC | E0 | 8 | 17 | 0 | C | 117 | 2E | 4E |
| Octal | 316 | 254 | 340 | 10 | 27 | 0 | 14 | 427 | 56 | 116 |
| Binary | 11001110 | 10101100 | 11100000 | 1000 | 10111 | 0 | 1100 | 100010111 | 101110 | 1001110 |
Color Harmonies of #CEACE0
Complementary color
Monochromatic Colors of #CEACE0
Black with #CEACE0
Text Example
Text Example
White with #CEACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACE0; }
p { color: rgb(206,172,224); }
H1.HeaderClassName
{
color: #CEACE0;
}
.AnyTagClassName
{
color: #CEACE0;
}
</style>
background-color css
<style>
a { background-color: #CEACE0; }
a { background-color: rgb(206,172,224); }
div.DivClassName
{
background-color: #CEACE0;
}
.BgClassName
{
background-color: #CEACE0;
}
</style>
border-color css
<style>
span { border-color: #CEACE0; }
span { border-color: rgb(206,172,224); }
td.TdClassName
{
border-color: #CEACE0;
}
.TagClassName
{
border-color: #CEACE0;
}
</style>