Shades of Wisteria #CEA2DC
Tints of Wisteria #CEA2DC
RGB
CMYK
RGB Variations
Color information
#CEA2DC (or 0xCEA2DC) is known color: Wisteria. HEX triplet: CE, A2 and DC. RGB value is (206,162,220). Sum of RGB (Red+Green+Blue) = 206+162+220=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2DC is #315D23. Grayscale: #B5B5B5. Windows color (decimal): -3235108 or 14459598. OLE color: 14459598.
HSL color Cylindrical-coordinate representation of color #CEA2DC: hue angle of 285.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA2DC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 162 | 220 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.14 |
| HSL | 285.52º | 0.45% | 0.75% | - |
| HSV(B) | 285.52º | 0.26% | 0.86% | - |
| XYZ | 51.29 | 44.13 | 73.52 | - |
| YUV | 181.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 220 | 0.06 | 0.26 | 0 | 0.14 | 285.52 | 0.45 | 0.75 |
| Hex | CE | A2 | DC | 6 | 1A | 0 | E | 11E | 2D | 4B |
| Octal | 316 | 242 | 334 | 6 | 32 | 0 | 16 | 436 | 55 | 113 |
| Binary | 11001110 | 10100010 | 11011100 | 110 | 11010 | 0 | 1110 | 100011110 | 101101 | 1001011 |
Color Harmonies of #CEA2DC
Complementary color
Monochromatic Colors of #CEA2DC
Black with #CEA2DC
Text Example
Text Example
White with #CEA2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2DC; }
p { color: rgb(206,162,220); }
H1.HeaderClassName
{
color: #CEA2DC;
}
.AnyTagClassName
{
color: #CEA2DC;
}
</style>
background-color css
<style>
a { background-color: #CEA2DC; }
a { background-color: rgb(206,162,220); }
div.DivClassName
{
background-color: #CEA2DC;
}
.BgClassName
{
background-color: #CEA2DC;
}
</style>
border-color css
<style>
span { border-color: #CEA2DC; }
span { border-color: rgb(206,162,220); }
td.TdClassName
{
border-color: #CEA2DC;
}
.TagClassName
{
border-color: #CEA2DC;
}
</style>