Shades of Wisteria #CCA9D8
Tints of Wisteria #CCA9D8
RGB
CMYK
RGB Variations
Color information
#CCA9D8 (or 0xCCA9D8) is known color: Wisteria. HEX triplet: CC, A9 and D8. RGB value is (204,169,216). Sum of RGB (Red+Green+Blue) = 204+169+216=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCA9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9D8 is #335627. Grayscale: #B8B8B8. Windows color (decimal): -3364392 or 14199244. OLE color: 14199244.
HSL color Cylindrical-coordinate representation of color #CCA9D8: hue angle of 284.68º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA9D8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 169 | 216 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.15 |
| HSL | 284.68º | 0.38% | 0.75% | - |
| HSV(B) | 284.68º | 0.22% | 0.85% | - |
| XYZ | 51.48 | 46.17 | 71.16 | - |
| YUV | 184.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 169 | 216 | 0.06 | 0.22 | 0 | 0.15 | 284.68 | 0.38 | 0.75 |
| Hex | CC | A9 | D8 | 6 | 16 | 0 | F | 11D | 26 | 4B |
| Octal | 314 | 251 | 330 | 6 | 26 | 0 | 17 | 435 | 46 | 113 |
| Binary | 11001100 | 10101001 | 11011000 | 110 | 10110 | 0 | 1111 | 100011101 | 100110 | 1001011 |
Color Harmonies of #CCA9D8
Complementary color
Monochromatic Colors of #CCA9D8
Black with #CCA9D8
Text Example
Text Example
White with #CCA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA9D8; }
p { color: rgb(204,169,216); }
H1.HeaderClassName
{
color: #CCA9D8;
}
.AnyTagClassName
{
color: #CCA9D8;
}
</style>
background-color css
<style>
a { background-color: #CCA9D8; }
a { background-color: rgb(204,169,216); }
div.DivClassName
{
background-color: #CCA9D8;
}
.BgClassName
{
background-color: #CCA9D8;
}
</style>
border-color css
<style>
span { border-color: #CCA9D8; }
span { border-color: rgb(204,169,216); }
td.TdClassName
{
border-color: #CCA9D8;
}
.TagClassName
{
border-color: #CCA9D8;
}
</style>