#CBAFCC

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

Shades of Lilac #CBAFCC

Tints of Lilac #CBAFCC

Color information

#CBAFCC (or 0xCBAFCC) is unknown color: approx Lilac. HEX triplet: CB, AF and CC. RGB value is (203,175,204). Sum of RGB (Red+Green+Blue) = 203+175+204=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCC is #345033. Grayscale: #BABABA. Windows color (decimal): -3428404 or 13414347. OLE color: 13414347.

HSL color Cylindrical-coordinate representation of color #CBAFCC: hue angle of 297.93º degrees, saturation: 0.22, 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 #CBAFCC is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203175204-
CMYK0.000.1400.2
HSL297.93º22.14%74.31%-
HSV(B)297.93º14.22%80%-
XYZ50.8647.7263.66-
YUV186.68137.78139.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=34.88%
G=30.07%
B=35.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031752040.000.1400.2297.9322.1474.31
HexCBAFCC0E01412a164a
Octal31325731401602445226112
Binary11001011101011111100110001110010100100101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFCC; }

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

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

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

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

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

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

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

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