#CBA5D1

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

Shades of Lilac #CBA5D1

Tints of Lilac #CBA5D1

Color information

#CBA5D1 (or 0xCBA5D1) is unknown color: approx Lilac. HEX triplet: CB, A5 and D1. RGB value is (203,165,209). Sum of RGB (Red+Green+Blue) = 203+165+209=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5D1 is #345A2E. Grayscale: #B5B5B5. Windows color (decimal): -3430959 or 13739467. OLE color: 13739467.

HSL color Cylindrical-coordinate representation of color #CBA5D1: hue angle of 291.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA5D1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203165209-
CMYK0.030.2100.18
HSL291.82º32.35%73.33%-
HSV(B)291.82º21.05%81.96%-
XYZ49.5944.2166.24-
YUV181.38143.59143.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 165 (64.84% from 255) = 28.60%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=35.18%
G=28.60%
B=36.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031652090.030.2100.18291.8232.3573.33
HexCBA5D13150121242049
Octal31324532132502244440111
Binary11001011101001011101000111101010100101001001001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5D1; }

 p { color: rgb(203,165,209); }

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

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

 a { background-color: rgb(203,165,209); }

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

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

 span { border-color: rgb(203,165,209); }

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