Shades of Wisteria #CDADE0
Tints of Wisteria #CDADE0
RGB
CMYK
RGB Variations
Color information
#CDADE0 (or 0xCDADE0) is known color: Wisteria. HEX triplet: CD, AD and E0. RGB value is (205,173,224). Sum of RGB (Red+Green+Blue) = 205+173+224=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADE0 is #32521F. Grayscale: #BCBCBC. Windows color (decimal): -3297824 or 14724557. OLE color: 14724557.
HSL color Cylindrical-coordinate representation of color #CDADE0: hue angle of 277.65º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDADE0 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 173 | 224 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.12 |
| HSL | 277.65º | 0.45% | 0.78% | - |
| HSV(B) | 277.65º | 0.23% | 0.88% | - |
| XYZ | 53.57 | 48.25 | 77.01 | - |
| YUV | 188.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 224 | 0.08 | 0.23 | 0 | 0.12 | 277.65 | 0.45 | 0.78 |
| Hex | CD | AD | E0 | 8 | 17 | 0 | C | 116 | 2D | 4E |
| Octal | 315 | 255 | 340 | 10 | 27 | 0 | 14 | 426 | 55 | 116 |
| Binary | 11001101 | 10101101 | 11100000 | 1000 | 10111 | 0 | 1100 | 100010110 | 101101 | 1001110 |
Color Harmonies of #CDADE0
Complementary color
Monochromatic Colors of #CDADE0
Black with #CDADE0
Text Example
Text Example
White with #CDADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADE0; }
p { color: rgb(205,173,224); }
H1.HeaderClassName
{
color: #CDADE0;
}
.AnyTagClassName
{
color: #CDADE0;
}
</style>
background-color css
<style>
a { background-color: #CDADE0; }
a { background-color: rgb(205,173,224); }
div.DivClassName
{
background-color: #CDADE0;
}
.BgClassName
{
background-color: #CDADE0;
}
</style>
border-color css
<style>
span { border-color: #CDADE0; }
span { border-color: rgb(205,173,224); }
td.TdClassName
{
border-color: #CDADE0;
}
.TagClassName
{
border-color: #CDADE0;
}
</style>