#CE8DDE

Color #CE8DDE Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CE8DDE

Tints of Wisteria #CE8DDE

Color information

#CE8DDE (or 0xCE8DDE) is unknown color: approx Wisteria. HEX triplet: CE, 8D and DE. RGB value is (206,141,222). Sum of RGB (Red+Green+Blue) = 206+141+222=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DDE is #317221. Grayscale: #A9A9A9. Windows color (decimal): -3240482 or 14585294. OLE color: 14585294.

HSL color Cylindrical-coordinate representation of color #CE8DDE: hue angle of 288.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8DDE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206141222-
CMYK0.070.3600.13
HSL288.15º55.1%71.18%-
HSV(B)288.15º36.49%87.06%-
XYZ48.1637.4573.8-
YUV169.67157.53153.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=36.20%
G=24.78%
B=39.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061412220.070.3600.13288.1555.171.18
HexCE8DDE7240D1203747
Octal31621533674401544067107
Binary110011101000110111011110111100100011011001000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DDE; }

 p { color: rgb(206,141,222); }

 H1.HeaderClassName
 {
   color: #CE8DDE;
 }
 .AnyTagClassName
 {
   color: #CE8DDE;
 }
</style>
background-color css

<style>
 a { background-color: #CE8DDE; }

 a { background-color: rgb(206,141,222); }

 div.DivClassName
 {
   background-color: #CE8DDE;
 }
 .BgClassName
 {
   background-color: #CE8DDE;
 }
</style>
border-color css

<style>
 span { border-color: #CE8DDE; }

 span { border-color: rgb(206,141,222); }

 td.TdClassName
 {
   border-color: #CE8DDE;
 }
 .TagClassName
 {
   border-color: #CE8DDE;
 }
</style>