#CE9EEC

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

Shades of Wisteria #CE9EEC

Tints of Wisteria #CE9EEC

Color information

#CE9EEC (or 0xCE9EEC) is unknown color: approx Wisteria. HEX triplet: CE, 9E and EC. RGB value is (206,158,236). Sum of RGB (Red+Green+Blue) = 206+158+236=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EEC is #316113. Grayscale: #B4B4B4. Windows color (decimal): -3236116 or 15507150. OLE color: 15507150.

HSL color Cylindrical-coordinate representation of color #CE9EEC: hue angle of 276.92º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9EEC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206158236-
CMYK0.130.3300.07
HSL276.92º67.24%77.25%-
HSV(B)276.92º33.05%92.55%-
XYZ52.8243.6384.99-
YUV181.24158.9145.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=34.33%
G=26.33%
B=39.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061582360.130.3300.07276.9267.2477.25
HexCE9EECD2107115434d
Octal316236354154107425103115
Binary1100111010011110111011001101100001011110001010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EEC; }

 p { color: rgb(206,158,236); }

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

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

 a { background-color: rgb(206,158,236); }

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

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

 span { border-color: rgb(206,158,236); }

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