#CBA1D0

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

Shades of Lilac #CBA1D0

Tints of Lilac #CBA1D0

Color information

#CBA1D0 (or 0xCBA1D0) is unknown color: approx Lilac. HEX triplet: CB, A1 and D0. RGB value is (203,161,208). Sum of RGB (Red+Green+Blue) = 203+161+208=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1D0 is #345E2F. Grayscale: #B2B2B2. Windows color (decimal): -3431984 or 13672907. OLE color: 13672907.

HSL color Cylindrical-coordinate representation of color #CBA1D0: hue angle of 293.62º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA1D0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203161208-
CMYK0.020.2300.18
HSL293.62º33.33%72.35%-
HSV(B)293.62º22.6%81.57%-
XYZ48.7642.7465.35-
YUV178.92144.41145.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=35.49%
G=28.15%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031612080.020.2300.18293.6233.3372.35
HexCBA1D02170121262148
Octal31324132022702244641110
Binary11001011101000011101000010101110100101001001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1D0; }

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

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

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

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

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

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

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

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