#CEA2EB

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

Shades of Wisteria #CEA2EB

Tints of Wisteria #CEA2EB

Color information

#CEA2EB (or 0xCEA2EB) is unknown color: approx Wisteria. HEX triplet: CE, A2 and EB. RGB value is (206,162,235). Sum of RGB (Red+Green+Blue) = 206+162+235=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2EB is #315D14. Grayscale: #B7B7B7. Windows color (decimal): -3235093 or 15442638. OLE color: 15442638.

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

Color convert

RGB206162235-
CMYK0.120.3100.08
HSL276.16º64.6%77.84%-
HSV(B)276.16º31.06%92.16%-
XYZ53.3744.9684.46-
YUV183.48157.08144.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 162 (63.67% from 255) = 26.87%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=34.16%
G=26.87%
B=38.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061622350.120.3100.08276.1664.677.84
HexCEA2EBC1F08114414e
Octal3162423531437010424101116
Binary1100111010100010111010111100111110100010001010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2EB; }

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

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

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

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

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

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

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

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