Shades of Wisteria #CEA1DA
Tints of Wisteria #CEA1DA
RGB
CMYK
RGB Variations
Color information
#CEA1DA (or 0xCEA1DA) is known color: Wisteria. HEX triplet: CE, A1 and DA. RGB value is (206,161,218). Sum of RGB (Red+Green+Blue) = 206+161+218=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DA is #315E25. Grayscale: #B4B4B4. Windows color (decimal): -3235366 or 14328270. OLE color: 14328270.
HSL color Cylindrical-coordinate representation of color #CEA1DA: hue angle of 287.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA1DA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 161 | 218 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.15 |
| HSL | 287.37º | 0.44% | 0.74% | - |
| HSV(B) | 287.37º | 0.26% | 0.85% | - |
| XYZ | 50.85 | 43.67 | 72.08 | - |
| YUV | 180.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 218 | 0.06 | 0.26 | 0 | 0.15 | 287.37 | 0.44 | 0.74 |
| Hex | CE | A1 | DA | 6 | 1A | 0 | F | 11F | 2C | 4A |
| Octal | 316 | 241 | 332 | 6 | 32 | 0 | 17 | 437 | 54 | 112 |
| Binary | 11001110 | 10100001 | 11011010 | 110 | 11010 | 0 | 1111 | 100011111 | 101100 | 1001010 |
Color Harmonies of #CEA1DA
Complementary color
Monochromatic Colors of #CEA1DA
Black with #CEA1DA
Text Example
Text Example
White with #CEA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1DA; }
p { color: rgb(206,161,218); }
H1.HeaderClassName
{
color: #CEA1DA;
}
.AnyTagClassName
{
color: #CEA1DA;
}
</style>
background-color css
<style>
a { background-color: #CEA1DA; }
a { background-color: rgb(206,161,218); }
div.DivClassName
{
background-color: #CEA1DA;
}
.BgClassName
{
background-color: #CEA1DA;
}
</style>
border-color css
<style>
span { border-color: #CEA1DA; }
span { border-color: rgb(206,161,218); }
td.TdClassName
{
border-color: #CEA1DA;
}
.TagClassName
{
border-color: #CEA1DA;
}
</style>