Shades of Wisteria #CCABDF
Tints of Wisteria #CCABDF
RGB
CMYK
RGB Variations
Color information
#CCABDF (or 0xCCABDF) is known color: Wisteria. HEX triplet: CC, AB and DF. RGB value is (204,171,223). Sum of RGB (Red+Green+Blue) = 204+171+223=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDF is #335420. Grayscale: #BABABA. Windows color (decimal): -3363873 or 14658508. OLE color: 14658508.
HSL color Cylindrical-coordinate representation of color #CCABDF: hue angle of 278.08º degrees, saturation: 0.45, 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 #CCABDF is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 171 | 223 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 278.08º | 0.45% | 0.77% | - |
| HSV(B) | 278.08º | 0.23% | 0.87% | - |
| XYZ | 52.78 | 47.29 | 76.16 | - |
| YUV | 186.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 223 | 0.09 | 0.23 | 0 | 0.13 | 278.08 | 0.45 | 0.77 |
| Hex | CC | AB | DF | 9 | 17 | 0 | D | 116 | 2D | 4D |
| Octal | 314 | 253 | 337 | 11 | 27 | 0 | 15 | 426 | 55 | 115 |
| Binary | 11001100 | 10101011 | 11011111 | 1001 | 10111 | 0 | 1101 | 100010110 | 101101 | 1001101 |
Color Harmonies of #CCABDF
Complementary color
Monochromatic Colors of #CCABDF
Black with #CCABDF
Text Example
Text Example
White with #CCABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABDF; }
p { color: rgb(204,171,223); }
H1.HeaderClassName
{
color: #CCABDF;
}
.AnyTagClassName
{
color: #CCABDF;
}
</style>
background-color css
<style>
a { background-color: #CCABDF; }
a { background-color: rgb(204,171,223); }
div.DivClassName
{
background-color: #CCABDF;
}
.BgClassName
{
background-color: #CCABDF;
}
</style>
border-color css
<style>
span { border-color: #CCABDF; }
span { border-color: rgb(204,171,223); }
td.TdClassName
{
border-color: #CCABDF;
}
.TagClassName
{
border-color: #CCABDF;
}
</style>