Shades of Wisteria #CCABDE
Tints of Wisteria #CCABDE
RGB
CMYK
RGB Variations
Color information
#CCABDE (or 0xCCABDE) is known color: Wisteria. HEX triplet: CC, AB and DE. RGB value is (204,171,222). Sum of RGB (Red+Green+Blue) = 204+171+222=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDE is #335421. Grayscale: #BABABA. Windows color (decimal): -3363874 or 14592972. OLE color: 14592972.
HSL color Cylindrical-coordinate representation of color #CCABDE: hue angle of 278.82º degrees, saturation: 0.44, 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 #CCABDE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 171 | 222 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.13 |
| HSL | 278.82º | 0.44% | 0.77% | - |
| HSV(B) | 278.82º | 0.23% | 0.87% | - |
| XYZ | 52.65 | 47.24 | 75.45 | - |
| YUV | 186.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 222 | 0.08 | 0.23 | 0 | 0.13 | 278.82 | 0.44 | 0.77 |
| Hex | CC | AB | DE | 8 | 17 | 0 | D | 117 | 2C | 4D |
| Octal | 314 | 253 | 336 | 10 | 27 | 0 | 15 | 427 | 54 | 115 |
| Binary | 11001100 | 10101011 | 11011110 | 1000 | 10111 | 0 | 1101 | 100010111 | 101100 | 1001101 |
Color Harmonies of #CCABDE
Complementary color
Monochromatic Colors of #CCABDE
Black with #CCABDE
Text Example
Text Example
White with #CCABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABDE; }
p { color: rgb(204,171,222); }
H1.HeaderClassName
{
color: #CCABDE;
}
.AnyTagClassName
{
color: #CCABDE;
}
</style>
background-color css
<style>
a { background-color: #CCABDE; }
a { background-color: rgb(204,171,222); }
div.DivClassName
{
background-color: #CCABDE;
}
.BgClassName
{
background-color: #CCABDE;
}
</style>
border-color css
<style>
span { border-color: #CCABDE; }
span { border-color: rgb(204,171,222); }
td.TdClassName
{
border-color: #CCABDE;
}
.TagClassName
{
border-color: #CCABDE;
}
</style>