Shades of Wisteria #CEA2D5
Tints of Wisteria #CEA2D5
RGB
CMYK
RGB Variations
Color information
#CEA2D5 (or 0xCEA2D5) is known color: Wisteria. HEX triplet: CE, A2 and D5. RGB value is (206,162,213). Sum of RGB (Red+Green+Blue) = 206+162+213=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D5 is #315D2A. Grayscale: #B4B4B4. Windows color (decimal): -3235115 or 14000846. OLE color: 14000846.
HSL color Cylindrical-coordinate representation of color #CEA2D5: hue angle of 291.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEA2D5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 162 | 213 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.16 |
| HSL | 291.76º | 0.38% | 0.74% | - |
| HSV(B) | 291.76º | 0.24% | 0.84% | - |
| XYZ | 50.38 | 43.77 | 68.74 | - |
| YUV | 180.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 213 | 0.03 | 0.24 | 0 | 0.16 | 291.76 | 0.38 | 0.74 |
| Hex | CE | A2 | D5 | 3 | 18 | 0 | 10 | 124 | 26 | 4A |
| Octal | 316 | 242 | 325 | 3 | 30 | 0 | 20 | 444 | 46 | 112 |
| Binary | 11001110 | 10100010 | 11010101 | 11 | 11000 | 0 | 10000 | 100100100 | 100110 | 1001010 |
Color Harmonies of #CEA2D5
Complementary color
Monochromatic Colors of #CEA2D5
Black with #CEA2D5
Text Example
Text Example
White with #CEA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2D5; }
p { color: rgb(206,162,213); }
H1.HeaderClassName
{
color: #CEA2D5;
}
.AnyTagClassName
{
color: #CEA2D5;
}
</style>
background-color css
<style>
a { background-color: #CEA2D5; }
a { background-color: rgb(206,162,213); }
div.DivClassName
{
background-color: #CEA2D5;
}
.BgClassName
{
background-color: #CEA2D5;
}
</style>
border-color css
<style>
span { border-color: #CEA2D5; }
span { border-color: rgb(206,162,213); }
td.TdClassName
{
border-color: #CEA2D5;
}
.TagClassName
{
border-color: #CEA2D5;
}
</style>