#CBAFCB

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

Shades of Lilac #CBAFCB

Tints of Lilac #CBAFCB

Color information

#CBAFCB (or 0xCBAFCB) is unknown color: approx Lilac. HEX triplet: CB, AF and CB. RGB value is (203,175,203). Sum of RGB (Red+Green+Blue) = 203+175+203=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCB is #345034. Grayscale: #BABABA. Windows color (decimal): -3428405 or 13348811. OLE color: 13348811.

HSL color Cylindrical-coordinate representation of color #CBAFCB: hue angle of 300º 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 #CBAFCB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203175203-
CMYK00.1400.20
HSL300º21.21%74.12%-
HSV(B)300º13.79%79.61%-
XYZ50.7447.6763.03-
YUV186.56137.28139.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=34.94%
G=30.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317520300.1400.2030021.2174.12
HexCBAFCB0E01412c154a
Octal31325731301602445425112
Binary11001011101011111100101101110010100100101100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFCB; }

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

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

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

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

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

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

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

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