Shades of Wisteria #CEACDF
Tints of Wisteria #CEACDF
RGB
CMYK
RGB Variations
Color information
#CEACDF (or 0xCEACDF) is known color: Wisteria. HEX triplet: CE, AC and DF. RGB value is (206,172,223). Sum of RGB (Red+Green+Blue) = 206+172+223=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACDF is #315320. Grayscale: #BBBBBB. Windows color (decimal): -3232545 or 14658766. OLE color: 14658766.
HSL color Cylindrical-coordinate representation of color #CEACDF: hue angle of 280º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEACDF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 172 | 223 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.13 |
| HSL | 280º | 0.44% | 0.77% | - |
| HSV(B) | 280º | 0.23% | 0.87% | - |
| XYZ | 53.53 | 47.95 | 76.25 | - |
| YUV | 187.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 223 | 0.08 | 0.23 | 0 | 0.13 | 280 | 0.44 | 0.77 |
| Hex | CE | AC | DF | 8 | 17 | 0 | D | 118 | 2C | 4D |
| Octal | 316 | 254 | 337 | 10 | 27 | 0 | 15 | 430 | 54 | 115 |
| Binary | 11001110 | 10101100 | 11011111 | 1000 | 10111 | 0 | 1101 | 100011000 | 101100 | 1001101 |
Color Harmonies of #CEACDF
Complementary color
Monochromatic Colors of #CEACDF
Black with #CEACDF
Text Example
Text Example
White with #CEACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACDF; }
p { color: rgb(206,172,223); }
H1.HeaderClassName
{
color: #CEACDF;
}
.AnyTagClassName
{
color: #CEACDF;
}
</style>
background-color css
<style>
a { background-color: #CEACDF; }
a { background-color: rgb(206,172,223); }
div.DivClassName
{
background-color: #CEACDF;
}
.BgClassName
{
background-color: #CEACDF;
}
</style>
border-color css
<style>
span { border-color: #CEACDF; }
span { border-color: rgb(206,172,223); }
td.TdClassName
{
border-color: #CEACDF;
}
.TagClassName
{
border-color: #CEACDF;
}
</style>