#CEA7EB

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

Shades of Wisteria #CEA7EB

Tints of Wisteria #CEA7EB

Color information

#CEA7EB (or 0xCEA7EB) is unknown color: approx Wisteria. HEX triplet: CE, A7 and EB. RGB value is (206,167,235). Sum of RGB (Red+Green+Blue) = 206+167+235=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA7EB is #315814. Grayscale: #BABABA. Windows color (decimal): -3233813 or 15443918. OLE color: 15443918.

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

Color convert

RGB206167235-
CMYK0.120.2900.08
HSL274.41º62.96%78.82%-
HSV(B)274.41º28.94%92.16%-
XYZ54.2746.7684.76-
YUV186.41155.42141.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=33.88%
G=27.47%
B=38.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061672350.120.2900.08274.4162.9678.82
HexCEA7EBC1D081123f4f
Octal316247353143501042277117
Binary110011101010011111101011110011101010001000100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA7EB; }

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

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

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

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

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

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

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

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