#CEA6E0

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

Shades of Wisteria #CEA6E0

Tints of Wisteria #CEA6E0

Color information

#CEA6E0 (or 0xCEA6E0) is unknown color: approx Wisteria. HEX triplet: CE, A6 and E0. RGB value is (206,166,224). Sum of RGB (Red+Green+Blue) = 206+166+224=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA6E0 is #31591F. Grayscale: #B8B8B8. Windows color (decimal): -3234080 or 14722766. OLE color: 14722766.

HSL color Cylindrical-coordinate representation of color #CEA6E0: hue angle of 281.38º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA6E0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206166224-
CMYK0.080.2600.12
HSL281.38º48.33%76.47%-
HSV(B)281.38º25.89%87.84%-
XYZ52.5445.7876.59-
YUV184.57150.25143.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=34.56%
G=27.85%
B=37.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061662240.080.2600.12281.3848.3376.47
HexCEA6E081A0C119304c
Octal316246340103201443160114
Binary110011101010011011100000100011010011001000110011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA6E0; }

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

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

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

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

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

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

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

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