#CBA8DE

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

Shades of Wisteria #CBA8DE

Tints of Wisteria #CBA8DE

Color information

#CBA8DE (or 0xCBA8DE) is unknown color: approx Wisteria. HEX triplet: CB, A8 and DE. RGB value is (203,168,222). Sum of RGB (Red+Green+Blue) = 203+168+222=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8DE is #345721. Grayscale: #B8B8B8. Windows color (decimal): -3430178 or 14592203. OLE color: 14592203.

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

Color convert

RGB203168222-
CMYK0.090.2400.13
HSL278.89º45%76.47%-
HSV(B)278.89º24.32%87.06%-
XYZ51.8245.9875.25-
YUV184.62149.1141.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=34.23%
G=28.33%
B=37.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031682220.090.2400.13278.894576.47
HexCBA8DE9180D1172d4c
Octal313250336113001542755114
Binary110010111010100011011110100111000011011000101111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8DE; }

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

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

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

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

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

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

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

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