#CEA5EB

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

Shades of Wisteria #CEA5EB

Tints of Wisteria #CEA5EB

Color information

#CEA5EB (or 0xCEA5EB) is unknown color: approx Wisteria. HEX triplet: CE, A5 and EB. RGB value is (206,165,235). Sum of RGB (Red+Green+Blue) = 206+165+235=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA5EB is #315A14. Grayscale: #B8B8B8. Windows color (decimal): -3234325 or 15443406. OLE color: 15443406.

HSL color Cylindrical-coordinate representation of color #CEA5EB: hue angle of 275.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA5EB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206165235-
CMYK0.120.3000.08
HSL275.14º63.64%78.43%-
HSV(B)275.14º29.79%92.16%-
XYZ53.946.0384.64-
YUV185.24156.08142.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=33.99%
G=27.23%
B=38.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061652350.120.3000.08275.1463.6478.43
HexCEA5EBC1E08113404e
Octal3162453531436010423100116
Binary1100111010100101111010111100111100100010001001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA5EB; }

 p { color: rgb(206,165,235); }

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

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

 a { background-color: rgb(206,165,235); }

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

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

 span { border-color: rgb(206,165,235); }

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