#CB86BA

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

Shades of Lily #CB86BA

Tints of Lily #CB86BA

Color information

#CB86BA (or 0xCB86BA) is unknown color: approx Lily. HEX triplet: CB, 86 and BA. RGB value is (203,134,186). Sum of RGB (Red+Green+Blue) = 203+134+186=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BA is #347945. Grayscale: #A0A0A0. Windows color (decimal): -3438918 or 12224203. OLE color: 12224203.

HSL color Cylindrical-coordinate representation of color #CB86BA: hue angle of 314.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB86BA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203134186-
CMYK00.340.080.20
HSL314.78º39.88%66.08%-
HSV(B)314.78º33.99%79.61%-
XYZ42.0233.2950.67-
YUV160.56142.36158.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=38.81%
G=25.62%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313418600.340.080.20314.7839.8866.08
HexCB86BA02281413b2842
Octal313206272042102447350102
Binary11001011100001101011101001000101000101001001110111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86BA; }

 p { color: rgb(203,134,186); }

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

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

 a { background-color: rgb(203,134,186); }

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

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

 span { border-color: rgb(203,134,186); }

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