#CE8DEB

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

Shades of Wisteria #CE8DEB

Tints of Wisteria #CE8DEB

Color information

#CE8DEB (or 0xCE8DEB) is unknown color: approx Wisteria. HEX triplet: CE, 8D and EB. RGB value is (206,141,235). Sum of RGB (Red+Green+Blue) = 206+141+235=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8DEB is #317214. Grayscale: #AAAAAA. Windows color (decimal): -3240469 or 15437262. OLE color: 15437262.

HSL color Cylindrical-coordinate representation of color #CE8DEB: hue angle of 281.49º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8DEB is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206141235-
CMYK0.120.400.08
HSL281.49º70.15%73.73%-
HSV(B)281.49º40%92.16%-
XYZ49.9738.1783.33-
YUV171.15164.03152.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.40%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=35.40%
G=24.23%
B=40.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061412350.120.400.08281.4970.1573.73
HexCE8DEBC2808119464a
Octal3162153531450010431106112
Binary11001110100011011110101111001010000100010001100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8DEB; }

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

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

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

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

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

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

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

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