#CE9BDA

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

Shades of Wisteria #CE9BDA

Tints of Wisteria #CE9BDA

Color information

#CE9BDA (or 0xCE9BDA) is unknown color: approx Wisteria. HEX triplet: CE, 9B and DA. RGB value is (206,155,218). Sum of RGB (Red+Green+Blue) = 206+155+218=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDA is #316425. Grayscale: #B1B1B1. Windows color (decimal): -3236902 or 14326734. OLE color: 14326734.

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

Color convert

RGB206155218-
CMYK0.060.2900.15
HSL288.57º45.99%73.14%-
HSV(B)288.57º28.9%85.49%-
XYZ49.8341.6371.74-
YUV177.43150.9148.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=35.58%
G=26.77%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061552180.060.2900.15288.5745.9973.14
HexCE9BDA61D0F1212e49
Octal31623333263501744156111
Binary11001110100110111101101011011101011111001000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BDA; }

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

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

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

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

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

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

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

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