#CBAADD

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

Shades of Wisteria #CBAADD

Tints of Wisteria #CBAADD

Color information

#CBAADD (or 0xCBAADD) is unknown color: approx Wisteria. HEX triplet: CB, AA and DD. RGB value is (203,170,221). Sum of RGB (Red+Green+Blue) = 203+170+221=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADD is #345522. Grayscale: #B9B9B9. Windows color (decimal): -3429667 or 14527179. OLE color: 14527179.

HSL color Cylindrical-coordinate representation of color #CBAADD: hue angle of 278.82º 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 #CBAADD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203170221-
CMYK0.080.2300.13
HSL278.82º42.86%76.67%-
HSV(B)278.82º23.08%86.67%-
XYZ52.0546.6774.67-
YUV185.68147.93140.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=34.18%
G=28.62%
B=37.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031702210.080.2300.13278.8242.8676.67
HexCBAADD8170D1172b4d
Octal313252335102701542753115
Binary110010111010101011011101100010111011011000101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAADD; }

 p { color: rgb(203,170,221); }

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

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

 a { background-color: rgb(203,170,221); }

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

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

 span { border-color: rgb(203,170,221); }

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