Shades of Wisteria #CDACDE
Tints of Wisteria #CDACDE
RGB
CMYK
RGB Variations
Color information
#CDACDE (or 0xCDACDE) is known color: Wisteria. HEX triplet: CD, AC and DE. RGB value is (205,172,222). Sum of RGB (Red+Green+Blue) = 205+172+222=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACDE is #325321. Grayscale: #BBBBBB. Windows color (decimal): -3298082 or 14593229. OLE color: 14593229.
HSL color Cylindrical-coordinate representation of color #CDACDE: hue angle of 279.6º degrees, saturation: 0.43, 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 #CDACDE is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 172 | 222 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.13 |
| HSL | 279.6º | 0.43% | 0.77% | - |
| HSV(B) | 279.6º | 0.23% | 0.87% | - |
| XYZ | 53.11 | 47.76 | 75.53 | - |
| YUV | 187.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 222 | 0.08 | 0.23 | 0 | 0.13 | 279.6 | 0.43 | 0.77 |
| Hex | CD | AC | DE | 8 | 17 | 0 | D | 118 | 2B | 4D |
| Octal | 315 | 254 | 336 | 10 | 27 | 0 | 15 | 430 | 53 | 115 |
| Binary | 11001101 | 10101100 | 11011110 | 1000 | 10111 | 0 | 1101 | 100011000 | 101011 | 1001101 |
Color Harmonies of #CDACDE
Complementary color
Monochromatic Colors of #CDACDE
Black with #CDACDE
Text Example
Text Example
White with #CDACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACDE; }
p { color: rgb(205,172,222); }
H1.HeaderClassName
{
color: #CDACDE;
}
.AnyTagClassName
{
color: #CDACDE;
}
</style>
background-color css
<style>
a { background-color: #CDACDE; }
a { background-color: rgb(205,172,222); }
div.DivClassName
{
background-color: #CDACDE;
}
.BgClassName
{
background-color: #CDACDE;
}
</style>
border-color css
<style>
span { border-color: #CDACDE; }
span { border-color: rgb(205,172,222); }
td.TdClassName
{
border-color: #CDACDE;
}
.TagClassName
{
border-color: #CDACDE;
}
</style>