#CBACDE

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

Shades of Wisteria #CBACDE

Tints of Wisteria #CBACDE

Color information

#CBACDE (or 0xCBACDE) is unknown color: approx Wisteria. HEX triplet: CB, AC and DE. RGB value is (203,172,222). Sum of RGB (Red+Green+Blue) = 203+172+222=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACDE is #345321. Grayscale: #BABABA. Windows color (decimal): -3429154 or 14593227. OLE color: 14593227.

HSL color Cylindrical-coordinate representation of color #CBACDE: hue angle of 277.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBACDE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203172222-
CMYK0.090.2300.13
HSL277.2º43.1%77.25%-
HSV(B)277.2º22.52%87.06%-
XYZ52.5747.4875.5-
YUV186.97147.77139.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=34.00%
G=28.81%
B=37.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031722220.090.2300.13277.243.177.25
HexCBACDE9170D1152b4d
Octal313254336112701542553115
Binary110010111010110011011110100110111011011000101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACDE; }

 p { color: rgb(203,172,222); }

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

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

 a { background-color: rgb(203,172,222); }

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

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

 span { border-color: rgb(203,172,222); }

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