Shades of Wisteria #CEADE2
Tints of Wisteria #CEADE2
RGB
CMYK
RGB Variations
Color information
#CEADE2 (or 0xCEADE2) is known color: Wisteria. HEX triplet: CE, AD and E2. RGB value is (206,173,226). Sum of RGB (Red+Green+Blue) = 206+173+226=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADE2 is #31521D. Grayscale: #BCBCBC. Windows color (decimal): -3232286 or 14855630. OLE color: 14855630.
HSL color Cylindrical-coordinate representation of color #CEADE2: hue angle of 277.36º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEADE2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 173 | 226 | - |
CMYK | 0.09 | 0.23 | 0 | 0.11 |
HSL | 277.36º | 0.48% | 0.78% | - |
HSV(B) | 277.36º | 0.23% | 0.89% | - |
XYZ | 54.12 | 48.5 | 78.46 | - |
YUV | 188.91 | 148.93 | 140.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 173 | 226 | 0.09 | 0.23 | 0 | 0.11 | 277.36 | 0.48 | 0.78 |
Hex | CE | AD | E2 | 9 | 17 | 0 | B | 115 | 30 | 4E |
Octal | 316 | 255 | 342 | 11 | 27 | 0 | 13 | 425 | 60 | 116 |
Binary | 11001110 | 10101101 | 11100010 | 1001 | 10111 | 0 | 1011 | 100010101 | 110000 | 1001110 |
Color Harmonies of #CEADE2
Complementary color
Monochromatic Colors of #CEADE2
Black with #CEADE2
Text Example
Text Example
White with #CEADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADE2; }
p { color: rgb(206,173,226); }
H1.HeaderClassName
{
color: #CEADE2;
}
.AnyTagClassName
{
color: #CEADE2;
}
</style>
background-color css
<style>
a { background-color: #CEADE2; }
a { background-color: rgb(206,173,226); }
div.DivClassName
{
background-color: #CEADE2;
}
.BgClassName
{
background-color: #CEADE2;
}
</style>
border-color css
<style>
span { border-color: #CEADE2; }
span { border-color: rgb(206,173,226); }
td.TdClassName
{
border-color: #CEADE2;
}
.TagClassName
{
border-color: #CEADE2;
}
</style>