Shades of Wisteria #CDA8DE
Tints of Wisteria #CDA8DE
RGB
CMYK
RGB Variations
Color information
#CDA8DE (or 0xCDA8DE) is known color: Wisteria. HEX triplet: CD, A8 and DE. RGB value is (205,168,222). Sum of RGB (Red+Green+Blue) = 205+168+222=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DE is #325721. Grayscale: #B9B9B9. Windows color (decimal): -3299106 or 14592205. OLE color: 14592205.
HSL color Cylindrical-coordinate representation of color #CDA8DE: hue angle of 281.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA8DE is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 168 | 222 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.13 |
| HSL | 281.11º | 0.45% | 0.76% | - |
| HSV(B) | 281.11º | 0.24% | 0.87% | - |
| XYZ | 52.36 | 46.26 | 75.28 | - |
| YUV | 185.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 222 | 0.08 | 0.24 | 0 | 0.13 | 281.11 | 0.45 | 0.76 |
| Hex | CD | A8 | DE | 8 | 18 | 0 | D | 119 | 2D | 4C |
| Octal | 315 | 250 | 336 | 10 | 30 | 0 | 15 | 431 | 55 | 114 |
| Binary | 11001101 | 10101000 | 11011110 | 1000 | 11000 | 0 | 1101 | 100011001 | 101101 | 1001100 |
Color Harmonies of #CDA8DE
Complementary color
Monochromatic Colors of #CDA8DE
Black with #CDA8DE
Text Example
Text Example
White with #CDA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8DE; }
p { color: rgb(205,168,222); }
H1.HeaderClassName
{
color: #CDA8DE;
}
.AnyTagClassName
{
color: #CDA8DE;
}
</style>
background-color css
<style>
a { background-color: #CDA8DE; }
a { background-color: rgb(205,168,222); }
div.DivClassName
{
background-color: #CDA8DE;
}
.BgClassName
{
background-color: #CDA8DE;
}
</style>
border-color css
<style>
span { border-color: #CDA8DE; }
span { border-color: rgb(205,168,222); }
td.TdClassName
{
border-color: #CDA8DE;
}
.TagClassName
{
border-color: #CDA8DE;
}
</style>