Shades of Wisteria #CE99DB
Tints of Wisteria #CE99DB
RGB
CMYK
RGB Variations
Color information
#CE99DB (or 0xCE99DB) is known color: Wisteria. HEX triplet: CE, 99 and DB. RGB value is (206,153,219). Sum of RGB (Red+Green+Blue) = 206+153+219=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE99DB is #316624. Grayscale: #B0B0B0. Windows color (decimal): -3237413 or 14391758. OLE color: 14391758.
HSL color Cylindrical-coordinate representation of color #CE99DB: hue angle of 288.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE99DB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 153 | 219 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.14 |
| HSL | 288.18º | 0.48% | 0.73% | - |
| HSV(B) | 288.18º | 0.3% | 0.86% | - |
| XYZ | 49.63 | 41.02 | 72.32 | - |
| YUV | 176.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 219 | 0.06 | 0.30 | 0 | 0.14 | 288.18 | 0.48 | 0.73 |
| Hex | CE | 99 | DB | 6 | 1E | 0 | E | 120 | 30 | 49 |
| Octal | 316 | 231 | 333 | 6 | 36 | 0 | 16 | 440 | 60 | 111 |
| Binary | 11001110 | 10011001 | 11011011 | 110 | 11110 | 0 | 1110 | 100100000 | 110000 | 1001001 |
Color Harmonies of #CE99DB
Complementary color
Monochromatic Colors of #CE99DB
Black with #CE99DB
Text Example
Text Example
White with #CE99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99DB; }
p { color: rgb(206,153,219); }
H1.HeaderClassName
{
color: #CE99DB;
}
.AnyTagClassName
{
color: #CE99DB;
}
</style>
background-color css
<style>
a { background-color: #CE99DB; }
a { background-color: rgb(206,153,219); }
div.DivClassName
{
background-color: #CE99DB;
}
.BgClassName
{
background-color: #CE99DB;
}
</style>
border-color css
<style>
span { border-color: #CE99DB; }
span { border-color: rgb(206,153,219); }
td.TdClassName
{
border-color: #CE99DB;
}
.TagClassName
{
border-color: #CE99DB;
}
</style>