Shades of Wisteria #CCAADF
Tints of Wisteria #CCAADF
RGB
CMYK
RGB Variations
Color information
#CCAADF (or 0xCCAADF) is known color: Wisteria. HEX triplet: CC, AA and DF. RGB value is (204,170,223). Sum of RGB (Red+Green+Blue) = 204+170+223=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAADF is #335520. Grayscale: #BABABA. Windows color (decimal): -3364129 or 14658252. OLE color: 14658252.
HSL color Cylindrical-coordinate representation of color #CCAADF: hue angle of 278.49º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCAADF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 170 | 223 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.13 |
| HSL | 278.49º | 0.45% | 0.77% | - |
| HSV(B) | 278.49º | 0.24% | 0.87% | - |
| XYZ | 52.6 | 46.91 | 76.1 | - |
| YUV | 186.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 223 | 0.09 | 0.24 | 0 | 0.13 | 278.49 | 0.45 | 0.77 |
| Hex | CC | AA | DF | 9 | 18 | 0 | D | 116 | 2D | 4D |
| Octal | 314 | 252 | 337 | 11 | 30 | 0 | 15 | 426 | 55 | 115 |
| Binary | 11001100 | 10101010 | 11011111 | 1001 | 11000 | 0 | 1101 | 100010110 | 101101 | 1001101 |
Color Harmonies of #CCAADF
Complementary color
Monochromatic Colors of #CCAADF
Black with #CCAADF
Text Example
Text Example
White with #CCAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAADF; }
p { color: rgb(204,170,223); }
H1.HeaderClassName
{
color: #CCAADF;
}
.AnyTagClassName
{
color: #CCAADF;
}
</style>
background-color css
<style>
a { background-color: #CCAADF; }
a { background-color: rgb(204,170,223); }
div.DivClassName
{
background-color: #CCAADF;
}
.BgClassName
{
background-color: #CCAADF;
}
</style>
border-color css
<style>
span { border-color: #CCAADF; }
span { border-color: rgb(204,170,223); }
td.TdClassName
{
border-color: #CCAADF;
}
.TagClassName
{
border-color: #CCAADF;
}
</style>