#CE9ADF

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

Shades of Wisteria #CE9ADF

Tints of Wisteria #CE9ADF

Color information

#CE9ADF (or 0xCE9ADF) is unknown color: approx Wisteria. HEX triplet: CE, 9A and DF. RGB value is (206,154,223). Sum of RGB (Red+Green+Blue) = 206+154+223=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ADF is #316520. Grayscale: #B1B1B1. Windows color (decimal): -3237153 or 14654158. OLE color: 14654158.

HSL color Cylindrical-coordinate representation of color #CE9ADF: hue angle of 285.22º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE9ADF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206154223-
CMYK0.080.3100.13
HSL285.22º51.88%73.92%-
HSV(B)285.22º30.94%87.45%-
XYZ50.3341.5675.18-
YUV177.41153.73148.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=35.33%
G=26.42%
B=38.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061542230.080.3100.13285.2251.8873.92
HexCE9ADF81F0D11d344a
Octal316232337103701543564112
Binary110011101001101011011111100011111011011000111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9ADF; }

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

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

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

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

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

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

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

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