#CE9DDA

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

Shades of Wisteria #CE9DDA

Tints of Wisteria #CE9DDA

Color information

#CE9DDA (or 0xCE9DDA) is unknown color: approx Wisteria. HEX triplet: CE, 9D and DA. RGB value is (206,157,218). Sum of RGB (Red+Green+Blue) = 206+157+218=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DDA is #316225. Grayscale: #B2B2B2. Windows color (decimal): -3236390 or 14327246. OLE color: 14327246.

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

Color convert

RGB206157218-
CMYK0.060.2800.15
HSL288.2º45.19%73.53%-
HSV(B)288.2º27.98%85.49%-
XYZ50.1742.371.85-
YUV178.6150.23147.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 157 (61.72% from 255) = 27.02%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=35.46%
G=27.02%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061572180.060.2800.15288.245.1973.53
HexCE9DDA61C0F1202d4a
Octal31623533263401744055112
Binary11001110100111011101101011011100011111001000001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DDA; }

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

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

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

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

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

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

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

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