Shades of Wisteria #CFADE6
Tints of Wisteria #CFADE6
RGB
CMYK
RGB Variations
Color information
#CFADE6 (or 0xCFADE6) is known color: Wisteria. HEX triplet: CF, AD and E6. RGB value is (207,173,230). Sum of RGB (Red+Green+Blue) = 207+173+230=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE6 is #305219. Grayscale: #BDBDBD. Windows color (decimal): -3166746 or 15117775. OLE color: 15117775.
HSL color Cylindrical-coordinate representation of color #CFADE6: hue angle of 275.79º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFADE6 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 173 | 230 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.10 |
| HSL | 275.79º | 0.53% | 0.79% | - |
| HSV(B) | 275.79º | 0.25% | 0.9% | - |
| XYZ | 54.96 | 48.87 | 81.4 | - |
| YUV | 189.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 230 | 0.10 | 0.25 | 0 | 0.10 | 275.79 | 0.53 | 0.79 |
| Hex | CF | AD | E6 | A | 19 | 0 | A | 114 | 35 | 4F |
| Octal | 317 | 255 | 346 | 12 | 31 | 0 | 12 | 424 | 65 | 117 |
| Binary | 11001111 | 10101101 | 11100110 | 1010 | 11001 | 0 | 1010 | 100010100 | 110101 | 1001111 |
Color Harmonies of #CFADE6
Complementary color
Monochromatic Colors of #CFADE6
Black with #CFADE6
Text Example
Text Example
White with #CFADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADE6; }
p { color: rgb(207,173,230); }
H1.HeaderClassName
{
color: #CFADE6;
}
.AnyTagClassName
{
color: #CFADE6;
}
</style>
background-color css
<style>
a { background-color: #CFADE6; }
a { background-color: rgb(207,173,230); }
div.DivClassName
{
background-color: #CFADE6;
}
.BgClassName
{
background-color: #CFADE6;
}
</style>
border-color css
<style>
span { border-color: #CFADE6; }
span { border-color: rgb(207,173,230); }
td.TdClassName
{
border-color: #CFADE6;
}
.TagClassName
{
border-color: #CFADE6;
}
</style>