Shades of Wisteria #CEAADC
Tints of Wisteria #CEAADC
RGB
CMYK
RGB Variations
Color information
#CEAADC (or 0xCEAADC) is known color: Wisteria. HEX triplet: CE, AA and DC. RGB value is (206,170,220). Sum of RGB (Red+Green+Blue) = 206+170+220=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAADC is #315523. Grayscale: #BABABA. Windows color (decimal): -3233060 or 14461646. OLE color: 14461646.
HSL color Cylindrical-coordinate representation of color #CEAADC: hue angle of 283.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAADC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 170 | 220 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.14 |
| HSL | 283.2º | 0.42% | 0.76% | - |
| HSV(B) | 283.2º | 0.23% | 0.86% | - |
| XYZ | 52.75 | 47.04 | 74.01 | - |
| YUV | 186.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 220 | 0.06 | 0.23 | 0 | 0.14 | 283.2 | 0.42 | 0.76 |
| Hex | CE | AA | DC | 6 | 17 | 0 | E | 11B | 2A | 4C |
| Octal | 316 | 252 | 334 | 6 | 27 | 0 | 16 | 433 | 52 | 114 |
| Binary | 11001110 | 10101010 | 11011100 | 110 | 10111 | 0 | 1110 | 100011011 | 101010 | 1001100 |
Color Harmonies of #CEAADC
Complementary color
Monochromatic Colors of #CEAADC
Black with #CEAADC
Text Example
Text Example
White with #CEAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAADC; }
p { color: rgb(206,170,220); }
H1.HeaderClassName
{
color: #CEAADC;
}
.AnyTagClassName
{
color: #CEAADC;
}
</style>
background-color css
<style>
a { background-color: #CEAADC; }
a { background-color: rgb(206,170,220); }
div.DivClassName
{
background-color: #CEAADC;
}
.BgClassName
{
background-color: #CEAADC;
}
</style>
border-color css
<style>
span { border-color: #CEAADC; }
span { border-color: rgb(206,170,220); }
td.TdClassName
{
border-color: #CEAADC;
}
.TagClassName
{
border-color: #CEAADC;
}
</style>