#CEA1DA

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

Shades of Wisteria #CEA1DA

Tints of Wisteria #CEA1DA

Color information

#CEA1DA (or 0xCEA1DA) is unknown color: approx Wisteria. HEX triplet: CE, A1 and DA. RGB value is (206,161,218). Sum of RGB (Red+Green+Blue) = 206+161+218=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1DA is #315E25. Grayscale: #B4B4B4. Windows color (decimal): -3235366 or 14328270. OLE color: 14328270.

HSL color Cylindrical-coordinate representation of color #CEA1DA: hue angle of 287.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEA1DA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206161218-
CMYK0.060.2600.15
HSL287.37º43.51%74.31%-
HSV(B)287.37º26.15%85.49%-
XYZ50.8543.6772.08-
YUV180.95148.91145.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=35.21%
G=27.52%
B=37.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061612180.060.2600.15287.3743.5174.31
HexCEA1DA61A0F11f2c4a
Octal31624133263201743754112
Binary11001110101000011101101011011010011111000111111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA1DA; }

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

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

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

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

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

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

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

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