#CEA2ED

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

Shades of Wisteria #CEA2ED

Tints of Wisteria #CEA2ED

Color information

#CEA2ED (or 0xCEA2ED) is unknown color: approx Wisteria. HEX triplet: CE, A2 and ED. RGB value is (206,162,237). Sum of RGB (Red+Green+Blue) = 206+162+237=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2ED is #315D12. Grayscale: #B7B7B7. Windows color (decimal): -3235091 or 15573710. OLE color: 15573710.

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

Color convert

RGB206162237-
CMYK0.130.3200.07
HSL275.2º67.57%78.24%-
HSV(B)275.2º31.65%92.94%-
XYZ53.6645.0885.99-
YUV183.71158.08143.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=34.05%
G=26.78%
B=39.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061622370.130.3200.07275.267.5778.24
HexCEA2EDD2007113444e
Octal316242355154007423104116
Binary1100111010100010111011011101100000011110001001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2ED; }

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

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

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

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

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

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

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

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