#CBA4CE

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

Shades of Lilac #CBA4CE

Tints of Lilac #CBA4CE

Color information

#CBA4CE (or 0xCBA4CE) is unknown color: approx Lilac. HEX triplet: CB, A4 and CE. RGB value is (203,164,206). Sum of RGB (Red+Green+Blue) = 203+164+206=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CE is #345B31. Grayscale: #B4B4B4. Windows color (decimal): -3431218 or 13542603. OLE color: 13542603.

HSL color Cylindrical-coordinate representation of color #CBA4CE: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA4CE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203164206-
CMYK0.010.2000.19
HSL295.71º30%72.55%-
HSV(B)295.71º20.39%80.78%-
XYZ49.0443.764.24-
YUV180.45142.42144.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 164 (64.45% from 255) = 28.62%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=35.43%
G=28.62%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031642060.010.2000.19295.713072.55
HexCBA4CE1140131281e49
Octal31324431612402345036111
Binary110010111010010011001110110100010011100101000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4CE; }

 p { color: rgb(203,164,206); }

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

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

 a { background-color: rgb(203,164,206); }

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

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

 span { border-color: rgb(203,164,206); }

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