#CBAADB

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

Shades of Wisteria #CBAADB

Tints of Wisteria #CBAADB

Color information

#CBAADB (or 0xCBAADB) is unknown color: approx Wisteria. HEX triplet: CB, AA and DB. RGB value is (203,170,219). Sum of RGB (Red+Green+Blue) = 203+170+219=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADB is #345524. Grayscale: #B9B9B9. Windows color (decimal): -3429669 or 14396107. OLE color: 14396107.

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

Color convert

RGB203170219-
CMYK0.070.2200.14
HSL280.41º40.5%76.27%-
HSV(B)280.41º22.37%85.88%-
XYZ51.7946.5673.28-
YUV185.45146.93140.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 219 (85.94% from 255) = 36.99%
R=34.29%
G=28.72%
B=36.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031702190.070.2200.14280.4140.576.27
HexCBAADB7160E118284c
Octal31325233372601643050114
Binary11001011101010101101101111110110011101000110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAADB; }

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

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

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

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

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

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

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

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