Shades of Wisteria #CFADE5
Tints of Wisteria #CFADE5
RGB
CMYK
RGB Variations
Color information
#CFADE5 (or 0xCFADE5) is known color: Wisteria. HEX triplet: CF, AD and E5. RGB value is (207,173,229). Sum of RGB (Red+Green+Blue) = 207+173+229=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE5 is #30521A. Grayscale: #BDBDBD. Windows color (decimal): -3166747 or 15052239. OLE color: 15052239.
HSL color Cylindrical-coordinate representation of color #CFADE5: hue angle of 276.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFADE5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 173 | 229 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.10 |
| HSL | 276.43º | 0.52% | 0.79% | - |
| HSV(B) | 276.43º | 0.24% | 0.9% | - |
| XYZ | 54.82 | 48.81 | 80.66 | - |
| YUV | 189.55 | 150.26 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 229 | 0.10 | 0.24 | 0 | 0.10 | 276.43 | 0.52 | 0.79 |
| Hex | CF | AD | E5 | A | 18 | 0 | A | 114 | 34 | 4F |
| Octal | 317 | 255 | 345 | 12 | 30 | 0 | 12 | 424 | 64 | 117 |
| Binary | 11001111 | 10101101 | 11100101 | 1010 | 11000 | 0 | 1010 | 100010100 | 110100 | 1001111 |
Color Harmonies of #CFADE5
Complementary color
Monochromatic Colors of #CFADE5
Black with #CFADE5
Text Example
Text Example
White with #CFADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADE5; }
p { color: rgb(207,173,229); }
H1.HeaderClassName
{
color: #CFADE5;
}
.AnyTagClassName
{
color: #CFADE5;
}
</style>
background-color css
<style>
a { background-color: #CFADE5; }
a { background-color: rgb(207,173,229); }
div.DivClassName
{
background-color: #CFADE5;
}
.BgClassName
{
background-color: #CFADE5;
}
</style>
border-color css
<style>
span { border-color: #CFADE5; }
span { border-color: rgb(207,173,229); }
td.TdClassName
{
border-color: #CFADE5;
}
.TagClassName
{
border-color: #CFADE5;
}
</style>