#CEA3DD

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

Shades of Wisteria #CEA3DD

Tints of Wisteria #CEA3DD

Color information

#CEA3DD (or 0xCEA3DD) is unknown color: approx Wisteria. HEX triplet: CE, A3 and DD. RGB value is (206,163,221). Sum of RGB (Red+Green+Blue) = 206+163+221=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3DD is #315C22. Grayscale: #B6B6B6. Windows color (decimal): -3234851 or 14525390. OLE color: 14525390.

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

Color convert

RGB206163221-
CMYK0.070.2600.13
HSL284.48º46.03%75.29%-
HSV(B)284.48º26.24%86.67%-
XYZ51.644.5474.28-
YUV182.47149.75144.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 163 (64.06% from 255) = 27.63%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=34.92%
G=27.63%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061632210.070.2600.13284.4846.0375.29
HexCEA3DD71A0D11c2e4b
Octal31624333573201543456113
Binary11001110101000111101110111111010011011000111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA3DD; }

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

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

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

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

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

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

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

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