#CEA2D5

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

Shades of Wisteria #CEA2D5

Tints of Wisteria #CEA2D5

Color information

#CEA2D5 (or 0xCEA2D5) is unknown color: approx Wisteria. HEX triplet: CE, A2 and D5. RGB value is (206,162,213). Sum of RGB (Red+Green+Blue) = 206+162+213=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2D5 is #315D2A. Grayscale: #B4B4B4. Windows color (decimal): -3235115 or 14000846. OLE color: 14000846.

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

Color convert

RGB206162213-
CMYK0.030.2400.16
HSL291.76º37.78%73.53%-
HSV(B)291.76º23.94%83.53%-
XYZ50.3843.7768.74-
YUV180.97146.08145.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=35.46%
G=27.88%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061622130.030.2400.16291.7637.7873.53
HexCEA2D5318010124264a
Octal31624232533002044446112
Binary11001110101000101101010111110000100001001001001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA2D5; }

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

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

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

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

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

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

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

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