#CBAFCA

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

Shades of Lilac #CBAFCA

Tints of Lilac #CBAFCA

Color information

#CBAFCA (or 0xCBAFCA) is unknown color: approx Lilac. HEX triplet: CB, AF and CA. RGB value is (203,175,202). Sum of RGB (Red+Green+Blue) = 203+175+202=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCA is #345035. Grayscale: #BABABA. Windows color (decimal): -3428406 or 13283275. OLE color: 13283275.

HSL color Cylindrical-coordinate representation of color #CBAFCA: hue angle of 302.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFCA is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203175202-
CMYK00.140.000.20
HSL302.14º21.21%74.12%-
HSV(B)302.14º13.79%79.61%-
XYZ50.6247.6262.4-
YUV186.45136.78139.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=35%
G=30.17%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317520200.140.000.20302.1421.2174.12
HexCBAFCA0E01412e154a
Octal31325731201602445625112
Binary11001011101011111100101001110010100100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFCA; }

 p { color: rgb(203,175,202); }

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

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

 a { background-color: rgb(203,175,202); }

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

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

 span { border-color: rgb(203,175,202); }

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