#CE9DED

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

Shades of Wisteria #CE9DED

Tints of Wisteria #CE9DED

Color information

#CE9DED (or 0xCE9DED) is unknown color: approx Wisteria. HEX triplet: CE, 9D and ED. RGB value is (206,157,237). Sum of RGB (Red+Green+Blue) = 206+157+237=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DED is #316212. Grayscale: #B4B4B4. Windows color (decimal): -3236371 or 15572430. OLE color: 15572430.

HSL color Cylindrical-coordinate representation of color #CE9DED: hue angle of 276.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9DED is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206157237-
CMYK0.130.3400.07
HSL276.75º68.97%77.25%-
HSV(B)276.75º33.76%92.94%-
XYZ52.843.3585.71-
YUV180.77159.73146-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=34.33%
G=26.17%
B=39.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061572370.130.3400.07276.7568.9777.25
HexCE9DEDD2207115454d
Octal316235355154207425105115
Binary1100111010011101111011011101100010011110001010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DED; }

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

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

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

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

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

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

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

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