#CB86BB

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

Shades of Lily #CB86BB

Tints of Lily #CB86BB

Color information

#CB86BB (or 0xCB86BB) is unknown color: approx Lily. HEX triplet: CB, 86 and BB. RGB value is (203,134,187). Sum of RGB (Red+Green+Blue) = 203+134+187=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB86BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86BB is #347944. Grayscale: #A0A0A0. Windows color (decimal): -3438917 or 12289739. OLE color: 12289739.

HSL color Cylindrical-coordinate representation of color #CB86BB: hue angle of 313.91º 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 #CB86BB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203134187-
CMYK00.340.080.20
HSL313.91º39.88%66.08%-
HSV(B)313.91º33.99%79.61%-
XYZ42.1233.3351.23-
YUV160.67142.86158.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=38.74%
G=25.57%
B=35.69%

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
Decimal20313418700.340.080.20313.9139.8866.08
HexCB86BB02281413a2842
Octal313206273042102447250102
Binary11001011100001101011101101000101000101001001110101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB86BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB86BB; }

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

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

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

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

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

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

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

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