#CBABDD

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

Shades of Wisteria #CBABDD

Tints of Wisteria #CBABDD

Color information

#CBABDD (or 0xCBABDD) is unknown color: approx Wisteria. HEX triplet: CB, AB and DD. RGB value is (203,171,221). Sum of RGB (Red+Green+Blue) = 203+171+221=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABDD is #345422. Grayscale: #BABABA. Windows color (decimal): -3429411 or 14527435. OLE color: 14527435.

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

Color convert

RGB203171221-
CMYK0.080.2300.13
HSL278.4º42.37%76.86%-
HSV(B)278.4º22.62%86.67%-
XYZ52.2447.0474.73-
YUV186.27147.6139.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.12%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=34.12%
G=28.74%
B=37.14%

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
Decimal2031712210.080.2300.13278.442.3776.86
HexCBABDD8170D1162a4d
Octal313253335102701542652115
Binary110010111010101111011101100010111011011000101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABDD; }

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

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

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

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

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

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

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

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