#CEA2D7

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

Shades of Wisteria #CEA2D7

Tints of Wisteria #CEA2D7

Color information

#CEA2D7 (or 0xCEA2D7) is unknown color: approx Wisteria. HEX triplet: CE, A2 and D7. RGB value is (206,162,215). Sum of RGB (Red+Green+Blue) = 206+162+215=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEA2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D7 is #315D28. Grayscale: #B5B5B5. Windows color (decimal): -3235113 or 14131918. OLE color: 14131918.

HSL color Cylindrical-coordinate representation of color #CEA2D7: hue angle of 289.81º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA2D7 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206162215-
CMYK0.040.2500.16
HSL289.81º39.85%73.92%-
HSV(B)289.81º24.65%84.31%-
XYZ50.6443.8770.09-
YUV181.2147.08145.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=35.33%
G=27.79%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061622150.040.2500.16289.8139.8573.92
HexCEA2D7419010122284a
Octal31624232743102044250112
Binary110011101010001011010111100110010100001001000101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2D7; }

 p { color: rgb(206,162,215); }

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

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

 a { background-color: rgb(206,162,215); }

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

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

 span { border-color: rgb(206,162,215); }

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