Shades of Wisteria #CCAADB
Tints of Wisteria #CCAADB
RGB
CMYK
RGB Variations
Color information
#CCAADB (or 0xCCAADB) is known color: Wisteria. HEX triplet: CC, AA and DB. RGB value is (204,170,219). Sum of RGB (Red+Green+Blue) = 204+170+219=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAADB is #335524. Grayscale: #B9B9B9. Windows color (decimal): -3364133 or 14396108. OLE color: 14396108.
HSL color Cylindrical-coordinate representation of color #CCAADB: hue angle of 281.63º 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 #CCAADB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 170 | 219 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.14 |
| HSL | 281.63º | 0.4% | 0.76% | - |
| HSV(B) | 281.63º | 0.22% | 0.86% | - |
| XYZ | 52.06 | 46.7 | 73.29 | - |
| YUV | 185.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 219 | 0.07 | 0.22 | 0 | 0.14 | 281.63 | 0.4 | 0.76 |
| Hex | CC | AA | DB | 7 | 16 | 0 | E | 11A | 28 | 4C |
| Octal | 314 | 252 | 333 | 7 | 26 | 0 | 16 | 432 | 50 | 114 |
| Binary | 11001100 | 10101010 | 11011011 | 111 | 10110 | 0 | 1110 | 100011010 | 101000 | 1001100 |
Color Harmonies of #CCAADB
Complementary color
Monochromatic Colors of #CCAADB
Black with #CCAADB
Text Example
Text Example
White with #CCAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAADB; }
p { color: rgb(204,170,219); }
H1.HeaderClassName
{
color: #CCAADB;
}
.AnyTagClassName
{
color: #CCAADB;
}
</style>
background-color css
<style>
a { background-color: #CCAADB; }
a { background-color: rgb(204,170,219); }
div.DivClassName
{
background-color: #CCAADB;
}
.BgClassName
{
background-color: #CCAADB;
}
</style>
border-color css
<style>
span { border-color: #CCAADB; }
span { border-color: rgb(204,170,219); }
td.TdClassName
{
border-color: #CCAADB;
}
.TagClassName
{
border-color: #CCAADB;
}
</style>