#CBA9CD

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

Shades of Lilac #CBA9CD

Tints of Lilac #CBA9CD

Color information

#CBA9CD (or 0xCBA9CD) is unknown color: approx Lilac. HEX triplet: CB, A9 and CD. RGB value is (203,169,205). Sum of RGB (Red+Green+Blue) = 203+169+205=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9CD is #345632. Grayscale: #B7B7B7. Windows color (decimal): -3429939 or 13478347. OLE color: 13478347.

HSL color Cylindrical-coordinate representation of color #CBA9CD: hue angle of 296.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA9CD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203169205-
CMYK0.010.1800.20
HSL296.67º26.47%73.33%-
HSV(B)296.67º17.56%80.39%-
XYZ49.8445.4863.91-
YUV183.27140.26142.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=35.18%
G=29.29%
B=35.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031692050.010.1800.20296.6726.4773.33
HexCBA9CD1120141291a49
Octal31325131512202445132111
Binary110010111010100111001101110010010100100101001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9CD; }

 p { color: rgb(203,169,205); }

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

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

 a { background-color: rgb(203,169,205); }

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

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

 span { border-color: rgb(203,169,205); }

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