#CBA9DB

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

Shades of Wisteria #CBA9DB

Tints of Wisteria #CBA9DB

Color information

#CBA9DB (or 0xCBA9DB) is unknown color: approx Wisteria. HEX triplet: CB, A9 and DB. RGB value is (203,169,219). Sum of RGB (Red+Green+Blue) = 203+169+219=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9DB is #345624. Grayscale: #B8B8B8. Windows color (decimal): -3429925 or 14395851. OLE color: 14395851.

HSL color Cylindrical-coordinate representation of color #CBA9DB: hue angle of 280.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA9DB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203169219-
CMYK0.070.2300.14
HSL280.8º40.98%76.08%-
HSV(B)280.8º22.83%85.88%-
XYZ51.646.1973.21-
YUV184.87147.26140.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=34.35%
G=28.60%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031692190.070.2300.14280.840.9876.08
HexCBA9DB7170E119294c
Octal31325133372701643151114
Binary11001011101010011101101111110111011101000110011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9DB; }

 p { color: rgb(203,169,219); }

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

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

 a { background-color: rgb(203,169,219); }

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

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

 span { border-color: rgb(203,169,219); }

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