#CEA3DE

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

Shades of Wisteria #CEA3DE

Tints of Wisteria #CEA3DE

Color information

#CEA3DE (or 0xCEA3DE) is unknown color: approx Wisteria. HEX triplet: CE, A3 and DE. RGB value is (206,163,222). Sum of RGB (Red+Green+Blue) = 206+163+222=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3DE is #315C21. Grayscale: #B6B6B6. Windows color (decimal): -3234850 or 14590926. OLE color: 14590926.

HSL color Cylindrical-coordinate representation of color #CEA3DE: hue angle of 283.73º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEA3DE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206163222-
CMYK0.070.2700.13
HSL283.73º47.2%75.49%-
HSV(B)283.73º26.58%87.06%-
XYZ51.7444.5974.99-
YUV182.58150.25144.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 163 (64.06% from 255) = 27.58%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=34.86%
G=27.58%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061632220.070.2700.13283.7347.275.49
HexCEA3DE71B0D11c2f4b
Octal31624333673301543457113
Binary11001110101000111101111011111011011011000111001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3DE; }

 p { color: rgb(206,163,222); }

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

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

 a { background-color: rgb(206,163,222); }

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

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

 span { border-color: rgb(206,163,222); }

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