Shades of Wisteria #CEADE1
Tints of Wisteria #CEADE1
RGB
CMYK
RGB Variations
Color information
#CEADE1 (or 0xCEADE1) is known color: Wisteria. HEX triplet: CE, AD and E1. RGB value is (206,173,225). Sum of RGB (Red+Green+Blue) = 206+173+225=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADE1 is #31521E. Grayscale: #BCBCBC. Windows color (decimal): -3232287 or 14790094. OLE color: 14790094.
HSL color Cylindrical-coordinate representation of color #CEADE1: hue angle of 278.08º 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 #CEADE1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 173 | 225 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.12 |
| HSL | 278.08º | 0.46% | 0.78% | - |
| HSV(B) | 278.08º | 0.23% | 0.88% | - |
| XYZ | 53.99 | 48.45 | 77.74 | - |
| YUV | 188.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 225 | 0.08 | 0.23 | 0 | 0.12 | 278.08 | 0.46 | 0.78 |
| Hex | CE | AD | E1 | 8 | 17 | 0 | C | 116 | 2E | 4E |
| Octal | 316 | 255 | 341 | 10 | 27 | 0 | 14 | 426 | 56 | 116 |
| Binary | 11001110 | 10101101 | 11100001 | 1000 | 10111 | 0 | 1100 | 100010110 | 101110 | 1001110 |
Color Harmonies of #CEADE1
Complementary color
Monochromatic Colors of #CEADE1
Black with #CEADE1
Text Example
Text Example
White with #CEADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADE1; }
p { color: rgb(206,173,225); }
H1.HeaderClassName
{
color: #CEADE1;
}
.AnyTagClassName
{
color: #CEADE1;
}
</style>
background-color css
<style>
a { background-color: #CEADE1; }
a { background-color: rgb(206,173,225); }
div.DivClassName
{
background-color: #CEADE1;
}
.BgClassName
{
background-color: #CEADE1;
}
</style>
border-color css
<style>
span { border-color: #CEADE1; }
span { border-color: rgb(206,173,225); }
td.TdClassName
{
border-color: #CEADE1;
}
.TagClassName
{
border-color: #CEADE1;
}
</style>