#CEA1E3

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

Shades of Wisteria #CEA1E3

Tints of Wisteria #CEA1E3

Color information

#CEA1E3 (or 0xCEA1E3) is unknown color: approx Wisteria. HEX triplet: CE, A1 and E3. RGB value is (206,161,227). Sum of RGB (Red+Green+Blue) = 206+161+227=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEA1E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1E3 is #315E1C. Grayscale: #B5B5B5. Windows color (decimal): -3235357 or 14918094. OLE color: 14918094.

HSL color Cylindrical-coordinate representation of color #CEA1E3: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA1E3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206161227-
CMYK0.090.2900.11
HSL280.91º54.1%76.08%-
HSV(B)280.91º29.07%89.02%-
XYZ52.0644.1678.45-
YUV181.98153.41145.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 227 (89.06% from 255) = 38.22%
R=34.68%
G=27.10%
B=38.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061612270.090.2900.11280.9154.176.08
HexCEA1E391D0B119364c
Octal316241343113501343166114
Binary110011101010000111100011100111101010111000110011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1E3; }

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

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

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

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

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

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

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

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