Shades of Wisteria #CE99DE
Tints of Wisteria #CE99DE
RGB
CMYK
RGB Variations
Color information
#CE99DE (or 0xCE99DE) is known color: Wisteria. HEX triplet: CE, 99 and DE. RGB value is (206,153,222). Sum of RGB (Red+Green+Blue) = 206+153+222=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99DE is #316621. Grayscale: #B0B0B0. Windows color (decimal): -3237410 or 14588366. OLE color: 14588366.
HSL color Cylindrical-coordinate representation of color #CE99DE: hue angle of 286.09º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE99DE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 153 | 222 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.13 |
| HSL | 286.09º | 0.51% | 0.74% | - |
| HSV(B) | 286.09º | 0.31% | 0.87% | - |
| XYZ | 50.03 | 41.18 | 74.42 | - |
| YUV | 176.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 222 | 0.07 | 0.31 | 0 | 0.13 | 286.09 | 0.51 | 0.74 |
| Hex | CE | 99 | DE | 7 | 1F | 0 | D | 11E | 33 | 4A |
| Octal | 316 | 231 | 336 | 7 | 37 | 0 | 15 | 436 | 63 | 112 |
| Binary | 11001110 | 10011001 | 11011110 | 111 | 11111 | 0 | 1101 | 100011110 | 110011 | 1001010 |
Color Harmonies of #CE99DE
Complementary color
Monochromatic Colors of #CE99DE
Black with #CE99DE
Text Example
Text Example
White with #CE99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99DE; }
p { color: rgb(206,153,222); }
H1.HeaderClassName
{
color: #CE99DE;
}
.AnyTagClassName
{
color: #CE99DE;
}
</style>
background-color css
<style>
a { background-color: #CE99DE; }
a { background-color: rgb(206,153,222); }
div.DivClassName
{
background-color: #CE99DE;
}
.BgClassName
{
background-color: #CE99DE;
}
</style>
border-color css
<style>
span { border-color: #CE99DE; }
span { border-color: rgb(206,153,222); }
td.TdClassName
{
border-color: #CE99DE;
}
.TagClassName
{
border-color: #CE99DE;
}
</style>