#CE9FDB

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

Shades of Wisteria #CE9FDB

Tints of Wisteria #CE9FDB

Color information

#CE9FDB (or 0xCE9FDB) is unknown color: approx Wisteria. HEX triplet: CE, 9F and DB. RGB value is (206,159,219). Sum of RGB (Red+Green+Blue) = 206+159+219=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FDB is #316024. Grayscale: #B3B3B3. Windows color (decimal): -3235877 or 14393294. OLE color: 14393294.

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

Color convert

RGB206159219-
CMYK0.060.2700.14
HSL287º45.45%74.12%-
HSV(B)287º27.4%85.88%-
XYZ50.6443.0372.66-
YUV179.89150.07146.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=35.27%
G=27.23%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061592190.060.2700.1428745.4574.12
HexCE9FDB61B0E11f2d4a
Octal31623733363301643755112
Binary11001110100111111101101111011011011101000111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FDB; }

 p { color: rgb(206,159,219); }

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

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

 a { background-color: rgb(206,159,219); }

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

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

 span { border-color: rgb(206,159,219); }

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