#CEA1ED

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

Shades of Wisteria #CEA1ED

Tints of Wisteria #CEA1ED

Color information

#CEA1ED (or 0xCEA1ED) is unknown color: approx Wisteria. HEX triplet: CE, A1 and ED. RGB value is (206,161,237). Sum of RGB (Red+Green+Blue) = 206+161+237=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA1ED is #315E12. Grayscale: #B6B6B6. Windows color (decimal): -3235347 or 15573454. OLE color: 15573454.

HSL color Cylindrical-coordinate representation of color #CEA1ED: hue angle of 275.53º 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 #CEA1ED is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206161237-
CMYK0.130.3200.07
HSL275.53º67.86%78.04%-
HSV(B)275.53º32.07%92.94%-
XYZ53.4844.7385.93-
YUV183.12158.41144.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=34.11%
G=26.66%
B=39.24%

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
Decimal2061612370.130.3200.07275.5367.8678.04
HexCEA1EDD2007114444e
Octal316241355154007424104116
Binary1100111010100001111011011101100000011110001010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1ED; }

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

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

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

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

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

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

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

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