#CBA1CC

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

Shades of Lilac #CBA1CC

Tints of Lilac #CBA1CC

Color information

#CBA1CC (or 0xCBA1CC) is unknown color: approx Lilac. HEX triplet: CB, A1 and CC. RGB value is (203,161,204). Sum of RGB (Red+Green+Blue) = 203+161+204=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1CC is #345E33. Grayscale: #B2B2B2. Windows color (decimal): -3431988 or 13410763. OLE color: 13410763.

HSL color Cylindrical-coordinate representation of color #CBA1CC: hue angle of 298.6º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1CC is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203161204-
CMYK0.000.2100.2
HSL298.6º29.66%71.57%-
HSV(B)298.6º21.08%80%-
XYZ48.2742.5562.79-
YUV178.46142.41145.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=35.74%
G=28.35%
B=35.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031612040.000.2100.2298.629.6671.57
HexCBA1CC01501412b1e48
Octal31324131402502445336110
Binary110010111010000111001100010101010100100101011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1CC; }

 p { color: rgb(203,161,204); }

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

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

 a { background-color: rgb(203,161,204); }

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

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

 span { border-color: rgb(203,161,204); }

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