Shades of Wisteria #CFADE3
Tints of Wisteria #CFADE3
RGB
CMYK
RGB Variations
Color information
#CFADE3 (or 0xCFADE3) is known color: Wisteria. HEX triplet: CF, AD and E3. RGB value is (207,173,227). Sum of RGB (Red+Green+Blue) = 207+173+227=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE3 is #30521C. Grayscale: #BDBDBD. Windows color (decimal): -3166749 or 14921167. OLE color: 14921167.
HSL color Cylindrical-coordinate representation of color #CFADE3: hue angle of 277.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFADE3 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 173 | 227 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.11 |
| HSL | 277.78º | 0.49% | 0.78% | - |
| HSV(B) | 277.78º | 0.24% | 0.89% | - |
| XYZ | 54.54 | 48.7 | 79.2 | - |
| YUV | 189.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 227 | 0.09 | 0.24 | 0 | 0.11 | 277.78 | 0.49 | 0.78 |
| Hex | CF | AD | E3 | 9 | 18 | 0 | B | 116 | 31 | 4E |
| Octal | 317 | 255 | 343 | 11 | 30 | 0 | 13 | 426 | 61 | 116 |
| Binary | 11001111 | 10101101 | 11100011 | 1001 | 11000 | 0 | 1011 | 100010110 | 110001 | 1001110 |
Color Harmonies of #CFADE3
Complementary color
Monochromatic Colors of #CFADE3
Black with #CFADE3
Text Example
Text Example
White with #CFADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADE3; }
p { color: rgb(207,173,227); }
H1.HeaderClassName
{
color: #CFADE3;
}
.AnyTagClassName
{
color: #CFADE3;
}
</style>
background-color css
<style>
a { background-color: #CFADE3; }
a { background-color: rgb(207,173,227); }
div.DivClassName
{
background-color: #CFADE3;
}
.BgClassName
{
background-color: #CFADE3;
}
</style>
border-color css
<style>
span { border-color: #CFADE3; }
span { border-color: rgb(207,173,227); }
td.TdClassName
{
border-color: #CFADE3;
}
.TagClassName
{
border-color: #CFADE3;
}
</style>