#CEA6EB

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

Shades of Wisteria #CEA6EB

Tints of Wisteria #CEA6EB

Color information

#CEA6EB (or 0xCEA6EB) is unknown color: approx Wisteria. HEX triplet: CE, A6 and EB. RGB value is (206,166,235). Sum of RGB (Red+Green+Blue) = 206+166+235=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6EB is #315914. Grayscale: #B9B9B9. Windows color (decimal): -3234069 or 15443662. OLE color: 15443662.

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

Color convert

RGB206166235-
CMYK0.120.2900.08
HSL274.78º63.3%78.63%-
HSV(B)274.78º29.36%92.16%-
XYZ54.0946.3984.7-
YUV185.83155.75142.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 166 (65.23% from 255) = 27.35%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=33.94%
G=27.35%
B=38.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061662350.120.2900.08274.7863.378.63
HexCEA6EBC1D081133f4f
Octal316246353143501042377117
Binary110011101010011011101011110011101010001000100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA6EB; }

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

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

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

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

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

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

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

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