Shades of Wisteria #CFADE1
Tints of Wisteria #CFADE1
RGB
CMYK
RGB Variations
Color information
#CFADE1 (or 0xCFADE1) is known color: Wisteria. HEX triplet: CF, AD and E1. RGB value is (207,173,225). Sum of RGB (Red+Green+Blue) = 207+173+225=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE1 is #30521E. Grayscale: #BCBCBC. Windows color (decimal): -3166751 or 14790095. OLE color: 14790095.
HSL color Cylindrical-coordinate representation of color #CFADE1: hue angle of 279.23º degrees, saturation: 0.46, 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 #CFADE1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 173 | 225 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.12 |
| HSL | 279.23º | 0.46% | 0.78% | - |
| HSV(B) | 279.23º | 0.23% | 0.88% | - |
| XYZ | 54.27 | 48.59 | 77.75 | - |
| YUV | 189.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 225 | 0.08 | 0.23 | 0 | 0.12 | 279.23 | 0.46 | 0.78 |
| Hex | CF | AD | E1 | 8 | 17 | 0 | C | 117 | 2E | 4E |
| Octal | 317 | 255 | 341 | 10 | 27 | 0 | 14 | 427 | 56 | 116 |
| Binary | 11001111 | 10101101 | 11100001 | 1000 | 10111 | 0 | 1100 | 100010111 | 101110 | 1001110 |
Color Harmonies of #CFADE1
Complementary color
Monochromatic Colors of #CFADE1
Black with #CFADE1
Text Example
Text Example
White with #CFADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADE1; }
p { color: rgb(207,173,225); }
H1.HeaderClassName
{
color: #CFADE1;
}
.AnyTagClassName
{
color: #CFADE1;
}
</style>
background-color css
<style>
a { background-color: #CFADE1; }
a { background-color: rgb(207,173,225); }
div.DivClassName
{
background-color: #CFADE1;
}
.BgClassName
{
background-color: #CFADE1;
}
</style>
border-color css
<style>
span { border-color: #CFADE1; }
span { border-color: rgb(207,173,225); }
td.TdClassName
{
border-color: #CFADE1;
}
.TagClassName
{
border-color: #CFADE1;
}
</style>