#ce9ad8

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

Shades of Wisteria #CE9AD8

Tints of Wisteria #CE9AD8

Color information

#CE9AD8 (or 0xCE9AD8) is unknown color: approx Wisteria. HEX triplet: CE, 9A and D8. RGB value is (206,154,216). Sum of RGB (Red+Green+Blue) = 206+154+216=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AD8 is #316527. Grayscale: #B0B0B0. Windows color (decimal): -3237160 or 14195406. OLE color: 14195406.

HSL color Cylindrical-coordinate representation of color #CE9AD8: hue angle of 290.32º degrees, saturation: 0.44, 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 #CE9AD8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206154216-
CMYK0.050.2900.15
HSL290.32º44.29%72.55%-
HSV(B)290.32º28.7%84.71%-
XYZ49.441.1970.31-
YUV176.62150.23148.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=35.76%
G=26.74%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061542160.050.2900.15290.3244.2972.55
HexCE9AD851D0F1222c49
Octal31623233053501744254111
Binary11001110100110101101100010111101011111001000101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce9ad8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce9ad8; }

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

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

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

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

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

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

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

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