#CE9DD8

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

Shades of Wisteria #CE9DD8

Tints of Wisteria #CE9DD8

Color information

#CE9DD8 (or 0xCE9DD8) is unknown color: approx Wisteria. HEX triplet: CE, 9D and D8. RGB value is (206,157,216). Sum of RGB (Red+Green+Blue) = 206+157+216=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE9DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DD8 is #316227. Grayscale: #B2B2B2. Windows color (decimal): -3236392 or 14196174. OLE color: 14196174.

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

Color convert

RGB206157216-
CMYK0.050.2700.15
HSL289.83º43.07%73.14%-
HSV(B)289.83º27.31%84.71%-
XYZ49.9142.1970.48-
YUV178.38149.23147.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=35.58%
G=27.12%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061572160.050.2700.15289.8343.0773.14
HexCE9DD851B0F1222b49
Octal31623533053301744253111
Binary11001110100111011101100010111011011111001000101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DD8; }

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

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

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

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

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

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

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

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