Shades of Wisteria #CEA5DF
Tints of Wisteria #CEA5DF
RGB
CMYK
RGB Variations
Color information
#CEA5DF (or 0xCEA5DF) is known color: Wisteria. HEX triplet: CE, A5 and DF. RGB value is (206,165,223). Sum of RGB (Red+Green+Blue) = 206+165+223=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5DF is #315A20. Grayscale: #B7B7B7. Windows color (decimal): -3234337 or 14656974. OLE color: 14656974.
HSL color Cylindrical-coordinate representation of color #CEA5DF: hue angle of 282.41º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA5DF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 165 | 223 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.13 |
| HSL | 282.41º | 0.48% | 0.76% | - |
| HSV(B) | 282.41º | 0.26% | 0.87% | - |
| XYZ | 52.23 | 45.36 | 75.81 | - |
| YUV | 183.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 223 | 0.08 | 0.26 | 0 | 0.13 | 282.41 | 0.48 | 0.76 |
| Hex | CE | A5 | DF | 8 | 1A | 0 | D | 11A | 30 | 4C |
| Octal | 316 | 245 | 337 | 10 | 32 | 0 | 15 | 432 | 60 | 114 |
| Binary | 11001110 | 10100101 | 11011111 | 1000 | 11010 | 0 | 1101 | 100011010 | 110000 | 1001100 |
Color Harmonies of #CEA5DF
Complementary color
Monochromatic Colors of #CEA5DF
Black with #CEA5DF
Text Example
Text Example
White with #CEA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5DF; }
p { color: rgb(206,165,223); }
H1.HeaderClassName
{
color: #CEA5DF;
}
.AnyTagClassName
{
color: #CEA5DF;
}
</style>
background-color css
<style>
a { background-color: #CEA5DF; }
a { background-color: rgb(206,165,223); }
div.DivClassName
{
background-color: #CEA5DF;
}
.BgClassName
{
background-color: #CEA5DF;
}
</style>
border-color css
<style>
span { border-color: #CEA5DF; }
span { border-color: rgb(206,165,223); }
td.TdClassName
{
border-color: #CEA5DF;
}
.TagClassName
{
border-color: #CEA5DF;
}
</style>