#CBA4CF

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

Shades of Lilac #CBA4CF

Tints of Lilac #CBA4CF

Color information

#CBA4CF (or 0xCBA4CF) is unknown color: approx Lilac. HEX triplet: CB, A4 and CF. RGB value is (203,164,207). Sum of RGB (Red+Green+Blue) = 203+164+207=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4CF is #345B30. Grayscale: #B4B4B4. Windows color (decimal): -3431217 or 13608139. OLE color: 13608139.

HSL color Cylindrical-coordinate representation of color #CBA4CF: hue angle of 294.42º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA4CF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203164207-
CMYK0.020.2100.19
HSL294.42º30.94%72.75%-
HSV(B)294.42º20.77%81.18%-
XYZ49.1743.7564.89-
YUV180.56142.92144-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=35.37%
G=28.57%
B=36.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031642070.020.2100.19294.4230.9472.75
HexCBA4CF2150131261f49
Octal31324431722502344637111
Binary1100101110100100110011111010101010011100100110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4CF; }

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

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

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

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

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

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

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

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