Shades of Wisteria #CEAADB
Tints of Wisteria #CEAADB
RGB
CMYK
RGB Variations
Color information
#CEAADB (or 0xCEAADB) is known color: Wisteria. HEX triplet: CE, AA and DB. RGB value is (206,170,219). Sum of RGB (Red+Green+Blue) = 206+170+219=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAADB is #315524. Grayscale: #BABABA. Windows color (decimal): -3233061 or 14396110. OLE color: 14396110.
HSL color Cylindrical-coordinate representation of color #CEAADB: hue angle of 284.08º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAADB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 170 | 219 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.14 |
| HSL | 284.08º | 0.4% | 0.76% | - |
| HSV(B) | 284.08º | 0.22% | 0.86% | - |
| XYZ | 52.61 | 46.99 | 73.31 | - |
| YUV | 186.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 219 | 0.06 | 0.22 | 0 | 0.14 | 284.08 | 0.4 | 0.76 |
| Hex | CE | AA | DB | 6 | 16 | 0 | E | 11C | 28 | 4C |
| Octal | 316 | 252 | 333 | 6 | 26 | 0 | 16 | 434 | 50 | 114 |
| Binary | 11001110 | 10101010 | 11011011 | 110 | 10110 | 0 | 1110 | 100011100 | 101000 | 1001100 |
Color Harmonies of #CEAADB
Complementary color
Monochromatic Colors of #CEAADB
Black with #CEAADB
Text Example
Text Example
White with #CEAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAADB; }
p { color: rgb(206,170,219); }
H1.HeaderClassName
{
color: #CEAADB;
}
.AnyTagClassName
{
color: #CEAADB;
}
</style>
background-color css
<style>
a { background-color: #CEAADB; }
a { background-color: rgb(206,170,219); }
div.DivClassName
{
background-color: #CEAADB;
}
.BgClassName
{
background-color: #CEAADB;
}
</style>
border-color css
<style>
span { border-color: #CEAADB; }
span { border-color: rgb(206,170,219); }
td.TdClassName
{
border-color: #CEAADB;
}
.TagClassName
{
border-color: #CEAADB;
}
</style>