#cea6ee

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

Shades of Wisteria #CEA6EE

Tints of Wisteria #CEA6EE

Color information

#CEA6EE (or 0xCEA6EE) is unknown color: approx Wisteria. HEX triplet: CE, A6 and EE. RGB value is (206,166,238). Sum of RGB (Red+Green+Blue) = 206+166+238=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA6EE is #315911. Grayscale: #B9B9B9. Windows color (decimal): -3234066 or 15640270. OLE color: 15640270.

HSL color Cylindrical-coordinate representation of color #CEA6EE: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA6EE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206166238-
CMYK0.130.3000.07
HSL273.33º67.92%79.22%-
HSV(B)273.33º30.25%93.33%-
XYZ54.5246.5787-
YUV186.17157.25142.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=33.77%
G=27.21%
B=39.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061662380.130.3000.07273.3367.9279.22
HexCEA6EED1E07111444f
Octal316246356153607421104117
Binary110011101010011011101110110111110011110001000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cea6ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cea6ee; }

 p { color: rgb(206,166,238); }

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

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

 a { background-color: rgb(206,166,238); }

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

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

 span { border-color: rgb(206,166,238); }

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