#CE8EDE

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

Shades of Wisteria #CE8EDE

Tints of Wisteria #CE8EDE

Color information

#CE8EDE (or 0xCE8EDE) is unknown color: approx Wisteria. HEX triplet: CE, 8E and DE. RGB value is (206,142,222). Sum of RGB (Red+Green+Blue) = 206+142+222=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDE is #317121. Grayscale: #AAAAAA. Windows color (decimal): -3240226 or 14585550. OLE color: 14585550.

HSL color Cylindrical-coordinate representation of color #CE8EDE: hue angle of 288º 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 #CE8EDE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206142222-
CMYK0.070.3600.13
HSL288º54.79%71.37%-
HSV(B)288º36.04%87.06%-
XYZ48.3137.7473.85-
YUV170.26157.2153.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=36.14%
G=24.91%
B=38.95%

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
Decimal2061422220.070.3600.1328854.7971.37
HexCE8EDE7240D1203747
Octal31621633674401544067107
Binary110011101000111011011110111100100011011001000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EDE; }

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

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

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

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

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

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

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

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