Shades of Wisteria #CDA8DB
Tints of Wisteria #CDA8DB
RGB
CMYK
RGB Variations
Color information
#CDA8DB (or 0xCDA8DB) is known color: Wisteria. HEX triplet: CD, A8 and DB. RGB value is (205,168,219). Sum of RGB (Red+Green+Blue) = 205+168+219=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DB is #325724. Grayscale: #B8B8B8. Windows color (decimal): -3299109 or 14395597. OLE color: 14395597.
HSL color Cylindrical-coordinate representation of color #CDA8DB: hue angle of 283.53º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA8DB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 168 | 219 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.14 |
| HSL | 283.53º | 0.41% | 0.76% | - |
| HSV(B) | 283.53º | 0.23% | 0.86% | - |
| XYZ | 51.97 | 46.1 | 73.18 | - |
| YUV | 184.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 219 | 0.06 | 0.23 | 0 | 0.14 | 283.53 | 0.41 | 0.76 |
| Hex | CD | A8 | DB | 6 | 17 | 0 | E | 11C | 29 | 4C |
| Octal | 315 | 250 | 333 | 6 | 27 | 0 | 16 | 434 | 51 | 114 |
| Binary | 11001101 | 10101000 | 11011011 | 110 | 10111 | 0 | 1110 | 100011100 | 101001 | 1001100 |
Color Harmonies of #CDA8DB
Complementary color
Monochromatic Colors of #CDA8DB
Black with #CDA8DB
Text Example
Text Example
White with #CDA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8DB; }
p { color: rgb(205,168,219); }
H1.HeaderClassName
{
color: #CDA8DB;
}
.AnyTagClassName
{
color: #CDA8DB;
}
</style>
background-color css
<style>
a { background-color: #CDA8DB; }
a { background-color: rgb(205,168,219); }
div.DivClassName
{
background-color: #CDA8DB;
}
.BgClassName
{
background-color: #CDA8DB;
}
</style>
border-color css
<style>
span { border-color: #CDA8DB; }
span { border-color: rgb(205,168,219); }
td.TdClassName
{
border-color: #CDA8DB;
}
.TagClassName
{
border-color: #CDA8DB;
}
</style>