#CBAADF

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

Shades of Wisteria #CBAADF

Tints of Wisteria #CBAADF

Color information

#CBAADF (or 0xCBAADF) is unknown color: approx Wisteria. HEX triplet: CB, AA and DF. RGB value is (203,170,223). Sum of RGB (Red+Green+Blue) = 203+170+223=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAADF is #345520. Grayscale: #B9B9B9. Windows color (decimal): -3429665 or 14658251. OLE color: 14658251.

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

Color convert

RGB203170223-
CMYK0.090.2400.13
HSL277.36º45.3%77.06%-
HSV(B)277.36º23.77%87.45%-
XYZ52.3246.7776.08-
YUV185.91148.93140.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=34.06%
G=28.52%
B=37.42%

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
Decimal2031702230.090.2400.13277.3645.377.06
HexCBAADF9180D1152d4d
Octal313252337113001542555115
Binary110010111010101011011111100111000011011000101011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAADF; }

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

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

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

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

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

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

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

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