Shades of Wisteria #CDABDF
Tints of Wisteria #CDABDF
RGB
CMYK
RGB Variations
Color information
#CDABDF (or 0xCDABDF) is known color: Wisteria. HEX triplet: CD, AB and DF. RGB value is (205,171,223). Sum of RGB (Red+Green+Blue) = 205+171+223=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDABDF is #325420. Grayscale: #BABABA. Windows color (decimal): -3298337 or 14658509. OLE color: 14658509.
HSL color Cylindrical-coordinate representation of color #CDABDF: hue angle of 279.23º 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 #CDABDF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 171 | 223 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.13 |
| HSL | 279.23º | 0.45% | 0.77% | - |
| HSV(B) | 279.23º | 0.23% | 0.87% | - |
| XYZ | 53.06 | 47.43 | 76.17 | - |
| YUV | 187.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 223 | 0.08 | 0.23 | 0 | 0.13 | 279.23 | 0.45 | 0.77 |
| Hex | CD | AB | DF | 8 | 17 | 0 | D | 117 | 2D | 4D |
| Octal | 315 | 253 | 337 | 10 | 27 | 0 | 15 | 427 | 55 | 115 |
| Binary | 11001101 | 10101011 | 11011111 | 1000 | 10111 | 0 | 1101 | 100010111 | 101101 | 1001101 |
Color Harmonies of #CDABDF
Complementary color
Monochromatic Colors of #CDABDF
Black with #CDABDF
Text Example
Text Example
White with #CDABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDABDF; }
p { color: rgb(205,171,223); }
H1.HeaderClassName
{
color: #CDABDF;
}
.AnyTagClassName
{
color: #CDABDF;
}
</style>
background-color css
<style>
a { background-color: #CDABDF; }
a { background-color: rgb(205,171,223); }
div.DivClassName
{
background-color: #CDABDF;
}
.BgClassName
{
background-color: #CDABDF;
}
</style>
border-color css
<style>
span { border-color: #CDABDF; }
span { border-color: rgb(205,171,223); }
td.TdClassName
{
border-color: #CDABDF;
}
.TagClassName
{
border-color: #CDABDF;
}
</style>